Skip to content

Commit

Permalink
Remove base path from Vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
sarveshh committed Mar 15, 2024
1 parent 2ad7cdc commit 95201f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ export default defineConfig({
preview: {
port: 5000,
},
base: "/React-Typescript-Template",
});

0 comments on commit 95201f9

Please sign in to comment.