Skip to content

Commit

Permalink
Merge pull request #11 from imotD/6-deploy
Browse files Browse the repository at this point in the history
add base vite config
  • Loading branch information
imotD authored Dec 3, 2024
2 parents 5b6bf4d + 1f77a0a commit 76f4a61
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 76f4a61

Please sign in to comment.