Skip to content

Commit

Permalink
Create authors page
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sumi-k committed Feb 15, 2024
1 parent 1a03fb1 commit 1cbec19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infrastructure/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -56,7 +56,7 @@ Resources:
payloadFormatVersion: "1.0"
type: "http_proxy"
httpMethod: "ANY"
uri: "http://canopas.com/robots.txt"
uri: "${CloudfrontURL}/robots.txt"
connectionType: "INTERNET"
/apple-touch-icon.png:
x-amazon-apigateway-any-method:
Expand All @@ -67,7 +67,7 @@ Resources:
payloadFormatVersion: "1.0"
type: "http_proxy"
httpMethod: "ANY"
uri: http://canopas.com/apple-touch-icon.png
uri: ${CloudfrontURL}/apple-touch-icon.png
connectionType: "INTERNET"
x-amazon-apigateway-importexport-version: "1.0"

Expand Down

0 comments on commit 1cbec19

Please sign in to comment.