replace react-js with react-ts
This commit is contained in:
@@ -51,6 +51,18 @@ export const cloudfront = new aws.cloudfront.Distribution(`${prefix}-cloudfront`
|
||||
cookies: { forward: "none" },
|
||||
},
|
||||
},
|
||||
customErrorResponses: [
|
||||
{
|
||||
errorCode: 403,
|
||||
responseCode: 200,
|
||||
responsePagePath: "/index.html",
|
||||
},
|
||||
{
|
||||
errorCode: 404,
|
||||
responseCode: 200,
|
||||
responsePagePath: "/index.html",
|
||||
},
|
||||
],
|
||||
priceClass: "PriceClass_100",
|
||||
restrictions: {
|
||||
geoRestriction: {
|
||||
|
Reference in New Issue
Block a user