Documentation
This commit is contained in:
Vendored
+3
@@ -14850,6 +14850,9 @@ function getConfigParserSettings(staticSiteGenerator, path) {
|
|||||||
blankConfigurationFile: __nccwpck_require__.ab + "next.js",
|
blankConfigurationFile: __nccwpck_require__.ab + "next.js",
|
||||||
properties: {
|
properties: {
|
||||||
basePath: path,
|
basePath: path,
|
||||||
|
|
||||||
|
// Disable server side image optimization too
|
||||||
|
// https://nextjs.org/docs/api-reference/next/image#unoptimized
|
||||||
'experimental.images.unoptimized': true
|
'experimental.images.unoptimized': true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -24,6 +24,9 @@ function getConfigParserSettings(staticSiteGenerator, path) {
|
|||||||
blankConfigurationFile: `${__dirname}/blank-configurations/next.js`,
|
blankConfigurationFile: `${__dirname}/blank-configurations/next.js`,
|
||||||
properties: {
|
properties: {
|
||||||
basePath: path,
|
basePath: path,
|
||||||
|
|
||||||
|
// Disable server side image optimization too
|
||||||
|
// https://nextjs.org/docs/api-reference/next/image#unoptimized
|
||||||
'experimental.images.unoptimized': true
|
'experimental.images.unoptimized': true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user