Skip to content

Commit

Permalink
Update packages/website/src/index.html
Browse files Browse the repository at this point in the history
Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
  • Loading branch information
Aslemammad and dai-shi authored Dec 5, 2023
1 parent 26ba79d commit 85534cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/website/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
<!--placeholder1-->
<div id="root"></div>
<!--/placeholder1-->
<script src="/main.tsx" async type="module"></script>
<!-- FIXME we should use async instead of defer -->
<script src="/src/main.tsx" defer type="module"></script>
<!--placeholder2-->
<!--/placeholder2-->
</body>
Expand Down

0 comments on commit 85534cb

Please sign in to comment.