Skip to content

Commit

Permalink
fix playground
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasavila00 committed Sep 10, 2023
1 parent 18e1303 commit d735340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-demo/demo/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import topLevelAwait from "vite-plugin-top-level-await";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), wasm(), topLevelAwait()],
base: "/playground/",
base: "/beff/playground/",
});

0 comments on commit d735340

Please sign in to comment.