File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,6 @@ for = "/*"
11
11
Access-Control-Allow-Origin = " *"
12
12
Referrer-Policy =" no-referrer-when-downgrade"
13
13
Content-Security-Policy =" frame-ancestors *.newrelic.com"
14
+
15
+ [build .environment ]
16
+ NETLIFY_IMAGE_CDN = " true"
Original file line number Diff line number Diff line change 176
176
"scripts" : {
177
177
"add-files-to-translate" : " node scripts/actions/add-files-to-translation-queue.js" ,
178
178
"build:production" : " ENVIRONMENT=production yarn run build" ,
179
- "build" : " node scripts/createNetlifyRedirects.mjs & NODE_OPTIONS='--max-old-space-size=5120' NETLIFY_IMAGE_CDN=true gatsby build --prefix-paths" ,
179
+ "build" : " node scripts/createNetlifyRedirects.mjs & NODE_OPTIONS='--max-old-space-size=5120' gatsby build --prefix-paths" ,
180
180
"check-for-outdated-translations" : " node scripts/actions/check-for-outdated-translations.js" ,
181
181
"clean" : " gatsby clean" ,
182
182
"convert-to-webp" : " node scripts/convertPNGs.mjs" ,
You can’t perform that action at this time.
0 commit comments