Skip to content

Commit

Permalink
fix: add base tag to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hadamove committed Sep 18, 2024
1 parent f9f1b90 commit 816a636
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<html><head>
<base href="poms" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
Expand All @@ -11,11 +12,11 @@
}
</style>

<link rel="preload" href="/poms-app-7a5afde73ddb3086_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/poms-app-7a5afde73ddb3086.js"></head>
<link rel="preload" href="/poms/poms-app-7a5afde73ddb3086_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/poms/poms-app-7a5afde73ddb3086.js"></head>

<body>
<script type="module">import init from '/poms-app-7a5afde73ddb3086.js';init('/poms-app-7a5afde73ddb3086_bg.wasm');</script>
<script type="module">import init from '/poms/poms-app-7a5afde73ddb3086.js';init('/poms/poms-app-7a5afde73ddb3086_bg.wasm');</script>


<script>(function () {
Expand Down

0 comments on commit 816a636

Please sign in to comment.