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.
1 parent e7dec2a commit 57308c6Copy full SHA for 57308c6
index.html
@@ -2,17 +2,17 @@
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8" />
5
- <link rel="icon" href="/favicon.ico" />
+ <link rel="icon" href="./favicon.ico" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
<title>git-clerk</title>
8
<link
9
href="https://cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css"
10
rel="stylesheet"
11
/>
12
- <script type="module" src="/config.js"></script>
+ <script type="module" src="./config.js"></script>
13
</head>
14
<body>
15
<div id="app"></div>
16
- <script type="module" src="/src/main.js"></script>
+ <script type="module" src="./src/main.js"></script>
17
</body>
18
</html>
0 commit comments