diff --git a/app.json b/app.json index 4edef28..94d50c0 100644 --- a/app.json +++ b/app.json @@ -33,7 +33,8 @@ "expo-router" ], "experiments": { - "typedRoutes": true + "typedRoutes": true, + "baseUrl": "/portfolio" } } } diff --git a/bun.lockb b/bun.lockb index 9670b41..d6cc41a 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index ab727d0..b619fef 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/public/.nojekyll b/public/.nojekyll new file mode 100644 index 0000000..e69de29