Skip to content

Commit

Permalink
set error page to 404.html (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntno authored Feb 3, 2023
1 parent 11a3db8 commit 4b90abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/modules/simple-site-bucket/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "aws_s3_bucket_website_configuration" "site_bucket_website_configuratio
}

error_document {
key = "error/index.html"
key = "404.html"
}
}

Expand Down

0 comments on commit 4b90abf

Please sign in to comment.