Skip to content

Commit

Permalink
fix: update vite base
Browse files Browse the repository at this point in the history
  • Loading branch information
kettei-sproutty committed Jan 16, 2024
1 parent 1ca0d0e commit c41d592
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Binary file modified example/bun.lockb
Binary file not shown.
8 changes: 3 additions & 5 deletions example/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import topLevelAwait from "vite-plugin-top-level-await";
import { defineConfig } from "vite";

export default defineConfig({
plugins: [
wasm(),
topLevelAwait()
]
});
plugins: [wasm(), topLevelAwait()],
base: "/docx-to-html/",
});

0 comments on commit c41d592

Please sign in to comment.