Skip to content

Commit

Permalink
use relative script urls
Browse files Browse the repository at this point in the history
  • Loading branch information
joewatt95 committed Jun 4, 2024
1 parent c036cb7 commit 3df32b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="utf-8" />
</head>
<body>
<script type="module" src="/js/l4_ide/shared.js"></script>
<script type="module" src="/js/l4_ide/main.js"></script>
<script type="module" src="./js/l4_ide/shared.js"></script>
<script type="module" src="./js/l4_ide/main.js"></script>
<div id="ide-app"></div>
</body>
</html>

0 comments on commit 3df32b4

Please sign in to comment.