Skip to content

Commit 5324930

Browse files
authored
Update script source paths to relative URLs
1 parent dbe1532 commit 5324930

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<div id="error-message" class="error"></div>
101101
</div>
102102

103-
<script src="/index.js" type="module"></script>
104-
<script src="/utils.js" type="module"></script>
103+
<script src="./index.js" type="module"></script>
104+
<script src="./utils.js" type="module"></script>
105105
</body>
106106
</html>

0 commit comments

Comments
 (0)