We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efe2cf3 + 1b0cd70 commit de20f7eCopy full SHA for de20f7e
resources/dist/index.html
@@ -2,11 +2,11 @@
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8" />
5
- <link rel="icon" href="/laravel-api-auto-docs/favicon.svg" />
+ <link rel="icon" href="/api-auto-docs/favicon.svg" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
<title>Laravel API Auto-Docs</title>
8
- <script type="module" crossorigin src="/laravel-api-auto-docs/index.js"></script>
9
- <link rel="stylesheet" crossorigin href="/laravel-api-auto-docs/index.css">
+ <script type="module" crossorigin src="/api-auto-docs/index.js"></script>
+ <link rel="stylesheet" crossorigin href="/api-auto-docs/index.css">
10
</head>
11
<body>
12
<div id="app"></div>
0 commit comments