Skip to content

Commit

Permalink
fix: fixing envvar base path for app root
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonNotJson committed Sep 17, 2023
1 parent 4ac39be commit 1c9beff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constructs/presentation/web-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export class AmplifyMonoWebApp extends AbstractWebApp {
);
this.app.addEnvironment(
`VITE_MF_${name.toUpperCase()}_BASE_PATH`,
`https://${appDomain}`,
`https://develop.${appDomain}`,
);
}
}
Expand Down

0 comments on commit 1c9beff

Please sign in to comment.