Skip to content

Commit 7f9006b

Browse files
committed
Update script source path in index.html to use relative path for main.jsx
1 parent 1f2d929 commit 7f9006b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
</head>
88
<body>
99
<div id="root"></div>
10-
<script type="module" src="/src/main.jsx"></script>
10+
<script type="module" src="./src/main.jsx"></script>
1111
</body>
1212
</html>

0 commit comments

Comments
 (0)