From e83a1006572bc6214ceaa0fb4f9545e3e673abc4 Mon Sep 17 00:00:00 2001 From: Younes Date: Thu, 16 May 2024 16:44:34 +0100 Subject: [PATCH] chore: add baseurl --- app.config.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app.config.ts b/app.config.ts index aa8e629..576bdd4 100644 --- a/app.config.ts +++ b/app.config.ts @@ -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: {