Update distributables

This commit is contained in:
James M. Greene
2022-11-18 00:56:40 -06:00
parent 9c3b6344a2
commit 3d9811d6e2
2 changed files with 4 additions and 2 deletions

4
dist/index.js vendored
View File

@@ -15647,7 +15647,9 @@ function getConfigParserSettings({ staticSiteGenerator, generatorConfigFile, sit
// Disable server side image optimization too
// 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':