Update distributables
This commit is contained in:
Vendored
+3
-1
@@ -15647,7 +15647,9 @@ function getConfigParserSettings({ staticSiteGenerator, generatorConfigFile, sit
|
|||||||
|
|
||||||
// Disable server side image optimization too
|
// Disable server side image optimization too
|
||||||
// https://nextjs.org/docs/api-reference/next/image#unoptimized
|
// https://nextjs.org/docs/api-reference/next/image#unoptimized
|
||||||
'experimental.images.unoptimized': true
|
'experimental.images.unoptimized': true,
|
||||||
|
// No longer experimental as of Next.js v12.3.0
|
||||||
|
'images.unoptimized': true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
case 'gatsby':
|
case 'gatsby':
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user