diff --git a/infrastructure/frontend.yml b/infrastructure/frontend.yml index c927bc2f9..684c96ba0 100644 --- a/infrastructure/frontend.yml +++ b/infrastructure/frontend.yml @@ -45,7 +45,7 @@ Resources: type: "http_proxy" httpMethod: "ANY" uri: - Fn::Sub: "${CloudfrontURL}/sitemap.xml" + Fn::Sub: ${CloudfrontURL}/sitemap.xml connectionType: "INTERNET" /robots.txt: x-amazon-apigateway-any-method: @@ -57,7 +57,7 @@ Resources: type: "http_proxy" httpMethod: "ANY" uri: - Fn::Sub: "${CloudfrontURL}/robots.txt" + Fn::Sub: ${CloudfrontURL}/robots.txt connectionType: "INTERNET" /apple-touch-icon.png: x-amazon-apigateway-any-method: @@ -69,7 +69,7 @@ Resources: type: "http_proxy" httpMethod: "ANY" uri: - Fn::Sub: "${CloudfrontURL}/apple-touch-icon.png" + Fn::Sub: ${CloudfrontURL}/apple-touch-icon.png connectionType: "INTERNET" x-amazon-apigateway-importexport-version: "1.0"