Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Apr 21, 2024
1 parent a5c66e5 commit 870f852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig({
build: {
chunkSizeWarningLimit: 1000,
emptyOutDir: true,
outDir: "../../build-site",
outDir: "../build-site",
rollupOptions: {
input: {
main: resolve(import.meta.dirname, "public/index.html"),
Expand Down

0 comments on commit 870f852

Please sign in to comment.