Skip to content

Commit

Permalink
Fix web.mjs not being rewritten
Browse files Browse the repository at this point in the history
  • Loading branch information
ictrobot committed Sep 2, 2024
1 parent eed8bf3 commit 229ab75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/aoc_wasm/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
}
}
</style>
<script src="web.mjs" type="module"></script>
<script src="./web.mjs" type="module"></script>
<link rel="modulepreload" href="./aoc.mjs" />
<link rel="modulepreload" href="./worker.mjs" />
<link rel="preload" href="./aoc.wasm" as="fetch" crossorigin />
Expand Down

0 comments on commit 229ab75

Please sign in to comment.