Skip to content

Commit

Permalink
outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
revmischa committed Jul 2, 2024
1 parent 423edc7 commit 6c95c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stacks/web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
}

0 comments on commit 6c95c50

Please sign in to comment.