diff --git a/example/bun.lockb b/example/bun.lockb index a431b2f..f29f6c7 100755 Binary files a/example/bun.lockb and b/example/bun.lockb differ diff --git a/example/vite.config.ts b/example/vite.config.ts index f8e63cc..75434d2 100644 --- a/example/vite.config.ts +++ b/example/vite.config.ts @@ -3,8 +3,6 @@ import topLevelAwait from "vite-plugin-top-level-await"; import { defineConfig } from "vite"; export default defineConfig({ - plugins: [ - wasm(), - topLevelAwait() - ] -}); \ No newline at end of file + plugins: [wasm(), topLevelAwait()], + base: "/docx-to-html/", +});