Skip to content

Commit

Permalink
update base
Browse files Browse the repository at this point in the history
  • Loading branch information
marko1943 committed Aug 4, 2023
1 parent f06db9f commit 99f2106
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ export default defineConfig({
port: 3000,
open: true,
},
build: {
emptyOutDir: true,
outDir: "./build",
},
base: "/react-vite-starter/",
resolve: {
alias: {
"@": path.resolve(__dirname, "./src"),
Expand Down

0 comments on commit 99f2106

Please sign in to comment.