Skip to content

Commit 26953c3

Browse files
committed
use relative path.
1 parent 043537d commit 26953c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<body>
1111
<script>
1212
</script>
13-
<script type="module" src="/main.js"></script>
13+
<script type="module" src="./main.js"></script>
1414
</body>
1515
</html>

0 commit comments

Comments
 (0)