Skip to content

Commit efe2cf3

Browse files
feat: create workflow to deploy
1 parent 762a002 commit efe2cf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/dist/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" href="/api-auto-docs/favicon.svg" />
5+
<link rel="icon" href="/laravel-api-auto-docs/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Laravel API Auto-Docs</title>
8-
<script type="module" crossorigin src="/api-auto-docs/index.js"></script>
9-
<link rel="stylesheet" crossorigin href="/api-auto-docs/index.css">
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">
1010
</head>
1111
<body>
1212
<div id="app"></div>

0 commit comments

Comments
 (0)