From 454331a06bfc12393235c29a85d194793146f65b Mon Sep 17 00:00:00 2001 From: Luke Shay Date: Fri, 15 Sep 2023 11:36:37 -0500 Subject: [PATCH] always defined --- .../src/constructs/astro-aws-cloudfront-distribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/constructs/src/constructs/astro-aws-cloudfront-distribution.ts b/packages/constructs/src/constructs/astro-aws-cloudfront-distribution.ts index 1261a32..1832977 100644 --- a/packages/constructs/src/constructs/astro-aws-cloudfront-distribution.ts +++ b/packages/constructs/src/constructs/astro-aws-cloudfront-distribution.ts @@ -47,7 +47,7 @@ class AstroAWSCloudfrontDistribution extends AstroAWSBaseConstruct< AstroAWSCloudfrontDistributionProps, AstroAWSCloudfrontDistributionCdk > { - #redirectToIndexCloudfrontFunction?: CfFunction + #redirectToIndexCloudfrontFunction: CfFunction #cloudfrontDistribution: Distribution public constructor(