Skip to content

Commit

Permalink
feat(stacks.web): enable blog redirect for web production
Browse files Browse the repository at this point in the history
Signed-off-by: Braden Mars <bradenmars@bradenmars.me>
  • Loading branch information
BradenM committed Sep 25, 2024
1 parent 7350ca1 commit c41ce86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/stacks/web/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ wave.addStageWithGitHubOptions(
fqdn: 'crisiscleanup.org',
globalPriceClass: true,
additionalDomains: ['www.crisiscleanup.org'],
enableBlogRedirect: true,
},
{
env: config.$env!.production!.cdkEnvironment,
Expand Down

0 comments on commit c41ce86

Please sign in to comment.