Skip to content

Commit

Permalink
Update build command in vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
H.$ committed Apr 28, 2024
1 parent e1ab197 commit 39d0d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import react from "@vitejs/plugin-react";
export default defineConfig({
plugins: [react()],
build: {
outDir: "public",
outDir: "build",
},
});

0 comments on commit 39d0d3a

Please sign in to comment.