Skip to content

Commit

Permalink
changet script tag path to remove /Gumball prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
arositen committed May 20, 2024
1 parent 2a3a29d commit 2e1d3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<body>
<div id="root"></div>
<script type="module" src="/Gumball/src/main.tsx"></script>
<script type="module" src="/src/main.tsx"></script>
</body>

</html>

0 comments on commit 2e1d3a3

Please sign in to comment.