Skip to content

Commit

Permalink
Update vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JMarques1196 authored May 20, 2024
1 parent 5f524f6 commit 32b12d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import viteTsconfigPaths from "vite-tsconfig-paths";

export default defineConfig({
plugins: [react(), viteTsconfigPaths()],
base: "/",
base: "./",
server: {
open: true,
port: 3000,
Expand Down

0 comments on commit 32b12d5

Please sign in to comment.