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 a9e1bf0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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,8 +12,8 @@
}
</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>
Expand Down

0 comments on commit a9e1bf0

Please sign in to comment.