This commit is contained in:
Yoann Chaudet
2022-07-19 16:27:57 -07:00
parent 69fea3d62e
commit 53eec1a8cc
13 changed files with 13 additions and 54 deletions

5
dist/index.js vendored
View File

@@ -14831,6 +14831,11 @@ function getConfigParserSettings(staticSiteGenerator, path) {
blankConfigurationFile: __nccwpck_require__.ab + "nuxt.js"
}
case 'next':
// Next does not want a trailing slash
if (path.endsWith('/')) {
path = path.slice(0, -1)
}
return {
configurationFile: './next.config.js',
propertyName: 'basePath',

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long