Skip to content

Commit

Permalink
use relative path for main tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
worldvisualizer committed Nov 27, 2024
1 parent 883ab5d commit 3563ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script type="module" src="./src/main.tsx"></script>
<script>
console.log('HTML loaded')
window.addEventListener('load', () => {
Expand All @@ -16,4 +16,4 @@
})
</script>
</body>
</html>
</html>

0 comments on commit 3563ed0

Please sign in to comment.