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 557335a commit ccdf7fbCopy full SHA for ccdf7fb
index.html
@@ -2,14 +2,14 @@
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8" />
5
- <link rel="icon" type="image/png" href="/favicon.png" />
+ <link rel="icon" type="image/png" href="./favicon.png" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
<meta name="description" content="GitHub Projects Showcase - Discover open source projects and repositories" />
8
<meta name="theme-color" content="#003366" />
9
<title>GitHub Projects Showcase</title>
10
</head>
11
<body>
12
<div id="root"></div>
13
- <script type="module" src="/src/main.jsx"></script>
+ <script type="module" src="./src/main.jsx"></script>
14
</body>
15
</html>
0 commit comments