Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy Alhamra committed Dec 3, 2024
1 parent 76f4a61 commit d1ba486
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"axios": "^1.5.0",
"clsx": "^2.1.1",
"lucide-react": "^0.441.0",
"motion": "^11.11.17",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -20,7 +21,9 @@
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview"
"serve": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"eslintConfig": {
"extends": [
Expand All @@ -43,6 +46,7 @@
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"gh-pages": "^6.2.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12",
"vite": "^5.4.6"
Expand Down
2 changes: 1 addition & 1 deletion vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig(() => {
outDir: "build",
},
plugins: [react()],
base: "/[pokephoto]/",
base: "/pokephoto/",
server: {
port: 3000,
open: true,
Expand Down

0 comments on commit d1ba486

Please sign in to comment.