Skip to content

Commit

Permalink
add base vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy Alhamra committed Dec 3, 2024
1 parent 85bf3f3 commit 1f77a0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default defineConfig(() => {
outDir: "build",
},
plugins: [react()],
base: "/[pokephoto]/",
server: {
port: 3000,
open: true,
Expand Down

0 comments on commit 1f77a0a

Please sign in to comment.