Skip to content

Commit

Permalink
Update gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
martinezguillaume committed Feb 12, 2024
1 parent 9979279 commit 3ebb28d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"expo-router"
],
"experiments": {
"typedRoutes": true
"typedRoutes": true,
"baseUrl": "/portfolio"
}
}
}
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"web": "expo start --web",
"test": "tsc && bun run lint",
"lint": "eslint . --ext .ts,.tsx --max-warnings 0",
"deploy": "gh-pages -d dist",
"predeploy": "npx expo export:web",
"predeploy": "expo export -p web",
"deploy": "gh-pages -t -d dist",
"postinstall": "patch-package"
},
"dependencies": {
Expand Down
Empty file added public/.nojekyll
Empty file.

0 comments on commit 3ebb28d

Please sign in to comment.