diff --git a/index.html b/index.html index e070c15..25ba5ad 100644 --- a/index.html +++ b/index.html @@ -3,10 +3,10 @@
- + - + @@ -26,7 +26,7 @@ - + diff --git a/vite.config.ts b/vite.config.ts index ad80afe..a5e7a6c 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -7,6 +7,7 @@ import wasm from 'vite-plugin-wasm' import topLevelAwait from 'vite-plugin-top-level-await' export default defineConfig({ + base: './', plugins: [ react(), wasm(),