We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f852e1b commit db8ec8eCopy full SHA for db8ec8e
cloudformation/main.yml
@@ -619,6 +619,9 @@ Resources:
619
Type: AWS::S3::Bucket
620
Properties:
621
BucketName: !Sub ${S3BucketPrefix}-ui
622
+ WebsiteConfiguration:
623
+ IndexDocument: index.html
624
+ ErrorDocument: index.html
625
626
AppCloudfrontS3OAC:
627
Type: AWS::CloudFront::OriginAccessControl
0 commit comments