diff --git a/stacks/web.ts b/stacks/web.ts index 66d23fb..f73d8b4 100644 --- a/stacks/web.ts +++ b/stacks/web.ts @@ -53,7 +53,7 @@ export function Web({ stack, app }: StackContext) { webDomain = webDomain.replace('https://', '').replace('http://', '') stack.addOutputs({ - WEB_URL: nextjsApp.customDomainUrl || nextjsApp.url || 'unknown', - WEB_DOMAIN: webDomain, + WebUrl: nextjsApp.customDomainUrl || nextjsApp.url || 'unknown', + WebDomain: webDomain, }) }