Skip to content

Commit ccdf7fb

Browse files
committed
update index.html
1 parent 557335a commit ccdf7fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/png" href="/favicon.png" />
5+
<link rel="icon" type="image/png" href="./favicon.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<meta name="description" content="GitHub Projects Showcase - Discover open source projects and repositories" />
88
<meta name="theme-color" content="#003366" />
99
<title>GitHub Projects Showcase</title>
1010
</head>
1111
<body>
1212
<div id="root"></div>
13-
<script type="module" src="/src/main.jsx"></script>
13+
<script type="module" src="./src/main.jsx"></script>
1414
</body>
1515
</html>

0 commit comments

Comments
 (0)