Skip to content

Commit

Permalink
Fix CloudFront configuration for default page name
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-linaro committed Dec 19, 2024
1 parent c276879 commit c49fad3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sst.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ export default {
customDomain: cd,
environment: {
IS_PUBLIC: "true",
},
cdk: {
distribution: {
defaultRootObject: "index.html",
}
}
});
stack.addOutputs({
Expand Down

0 comments on commit c49fad3

Please sign in to comment.