Skip to content

Commit ca5d641

Browse files
feat: updated image behaviour pattern
1 parent 2416c60 commit ca5d641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/constructs/CloudFrontDistribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export class CloudFrontDistribution extends Construct {
9898
],
9999
cachePolicy: splitCachePolicy
100100
},
101-
'/_next/image': {
101+
'/_next/image*': {
102102
origin: new origins.HttpOrigin(ebAppDomain, {
103103
protocolPolicy: cloudfront.OriginProtocolPolicy.HTTP_ONLY,
104104
httpPort: 80

0 commit comments

Comments
 (0)