Skip to content

Commit

Permalink
loop erros back to index
Browse files Browse the repository at this point in the history
  • Loading branch information
rgraue committed Apr 16, 2024
1 parent 097efe6 commit 8071a43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ resource "aws_s3_bucket_website_configuration" "static-hosting-config" {
}

error_document {
key = "404.html"
// front end will handle errors
key = "index.html"
}
}

Expand Down

0 comments on commit 8071a43

Please sign in to comment.