replace react-js with react-ts

This commit is contained in:
2025-06-21 07:32:06 +09:00
parent 890087a572
commit fab8c22e0c
14 changed files with 818 additions and 144 deletions

View File

@@ -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: {