Skip to content

Commit

Permalink
chore: add baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 committed May 16, 2024
1 parent 7efcfdd commit e83a100
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,12 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
},
plugins: [
[
"expo-router",
{
origin: process.env.NODE_ENV === "production" ? "https://launchtrack.github.io/expo-starter/": null
}
"expo-router"
]
],
experiments: {
typedRoutes: true
typedRoutes: true,
baseUrl: "/expo-starter"
},
extra: {
eas: {
Expand Down

0 comments on commit e83a100

Please sign in to comment.