Skip to content

Commit aa5a93a

Browse files
committed
Deploy to a subdirectory
1 parent 6bd523f commit aa5a93a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vite.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ import { defineConfig } from "vite";
55
export default defineConfig({
66
base: "/deal-with-it-generator/",
77
plugins: [react()],
8+
build: {
9+
outDir: "dist/deal-with-it-generator",
10+
},
811
});

0 commit comments

Comments
 (0)