Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bachwebsite committed Apr 5, 2024
1 parent 9c4986b commit 9702f1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<script src="/epoxy/index.js" defer></script>
<script src="/uv/uv.bundle.js" defer></script>
<script src="/uv/uv.config.js" defer></script>
<script src="/register-sw.js" defer></script>
<script src="/search.js" defer></script>
<script src="/index.js" defer></script>
<script src="./register-sw.js" defer></script>
<script src="./search.js" defer></script>
<script src="./index.js" defer></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
Expand Down

0 comments on commit 9702f1a

Please sign in to comment.