Skip to content

Commit

Permalink
Merge pull request #37 from FrankBro/web-temp-fix
Browse files Browse the repository at this point in the history
web: try without slash
  • Loading branch information
FrankBro authored Jan 22, 2024
2 parents 1661192 + 855ccc3 commit 1e07ad2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
}
</style>

<link rel="preload" href="/web-78a67224672b0005_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/web-78a67224672b0005.js"></head>
<link rel="preload" href="web-78a67224672b0005_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="web-78a67224672b0005.js"></head>
<body>

<script type="module">import init from '/web-78a67224672b0005.js';init('/web-78a67224672b0005_bg.wasm');</script></body></html>
<script type="module">import init from 'web-78a67224672b0005.js';init('web-78a67224672b0005_bg.wasm');</script></body></html>

0 comments on commit 1e07ad2

Please sign in to comment.