Skip to content

Commit e71e3b0

Browse files
committed
Fix index.html script path for proper Vite bundling
1 parent 86a3998 commit e71e3b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<body>
1111
<div id="root"></div>
12-
<script type="module" src="/demo/main.tsx"></script>
12+
<script type="module" src="./demo/main.tsx"></script>
1313
</body>
1414

1515
</html>

0 commit comments

Comments
 (0)