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.
2 parents e5ce528 + 310a4d1 commit a1d4b43Copy full SHA for a1d4b43
cloudfront-frontend-viewer-request-function.tf
@@ -2,7 +2,7 @@ data "template_file" "cloudfront_frontend_viewer_request_function" {
2
template = file("${path.module}/cloudfront-functions/viewer-request.js")
3
4
vars = {
5
- append_empty_extension = local.enable_publii_pretty_urls ? "/" : ""
+ append_empty_extension = local.enable_publii_pretty_urls ? "/index.html" : ""
6
}
7
8
0 commit comments