diff --git a/lib/constructs/presentation/web-app.ts b/lib/constructs/presentation/web-app.ts index a60b70365..d377277ad 100644 --- a/lib/constructs/presentation/web-app.ts +++ b/lib/constructs/presentation/web-app.ts @@ -187,7 +187,7 @@ export class AmplifyMonoWebApp extends AbstractWebApp { ); this.app.addEnvironment( `VITE_MF_${name.toUpperCase()}_BASE_PATH`, - `https://${appDomain}`, + `https://develop.${appDomain}`, ); } }