Skip to content

Commit cd4ab2c

Browse files
committed
Add src/index script call to index.html so site works
1 parent fab4863 commit cd4ab2c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<link rel="apple-touch-icon" href="/logo192.png" />
1818
<link rel="manifest" href="/manifest.json" />
1919
<script src="https://accounts.google.com/gsi/client" async defer></script>
20+
<script type="module" src="/src/index.tsx"></script>
2021
<!--
2122
Notice the use of %PUBLIC_URL% in the tags above.
2223
It will be replaced with the URL of the `public` folder during the build.

0 commit comments

Comments
 (0)