mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-08 16:16:09 +00:00
Documentation
This commit is contained in:
3
dist/index.js
vendored
3
dist/index.js
vendored
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
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