Skip to content

Commit 627043e

Browse files
committed
Fixed index.html script inclusion
1 parent 01c5220 commit 627043e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
</head>
3030
<body class="w3-light-grey">
3131
<div id="app" />
32-
<script src="./index.js" async></script>
32+
<script src="/index.js" async></script>
3333
</body>
3434
</html>

0 commit comments

Comments
 (0)