Skip to content

Commit 32c247d

Browse files
committed
Always use index.js in the root of the entrypoint
1 parent a965cb6 commit 32c247d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/entrypoint/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
></iframe>
3535
</body>
3636

37-
<script src="./index.js"></script>
37+
<script src="/index.js"></script>
3838
</html>

0 commit comments

Comments
 (0)