We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2416c60 commit ca5d641Copy full SHA for ca5d641
src/cdk/constructs/CloudFrontDistribution.ts
@@ -98,7 +98,7 @@ export class CloudFrontDistribution extends Construct {
98
],
99
cachePolicy: splitCachePolicy
100
},
101
- '/_next/image': {
+ '/_next/image*': {
102
origin: new origins.HttpOrigin(ebAppDomain, {
103
protocolPolicy: cloudfront.OriginProtocolPolicy.HTTP_ONLY,
104
httpPort: 80
0 commit comments