Skip to content

Commit

Permalink
Update vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptonerdcn authored Nov 28, 2023
1 parent 69bb304 commit 7b7777f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import path from "path";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
build: {
outDir: './docs'
},
resolve: {
alias: {
"@": path.resolve(__dirname, "./src"),
Expand Down

0 comments on commit 7b7777f

Please sign in to comment.