Skip to content

Commit

Permalink
chore: update vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
anubra266 committed Dec 24, 2024
1 parent cb24311 commit b3cc05b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ export default defineConfig({
"top-level-await": true, //browsers can handle top-level-await features
},
},
base: "./",
build: {
outDir: "site-build",
},
});

0 comments on commit b3cc05b

Please sign in to comment.