We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97278b3 commit 261bccdCopy full SHA for 261bccd
src/helpers/config.ts
@@ -16,7 +16,7 @@ export const modifyNextConfig = () => {
16
// to configure next.config.js and the user could be using any of them
17
// https://github.com/netlify/next-runtime-minimal/issues/12
18
moveSync('next.config.js', `${NETLIFY_TEMP_DIR}/next.config.js`)
19
- copySync(`${MODULE_DIR}/../templates/build/next.config.cjs`, 'next.config.js')
+ copySync(`${MODULE_DIR}/../templates/build/next-config.cjs`, 'next.config.js')
20
}
21
22
export const revertNextConfig = () => {
src/templates/build/next.config.cts renamed to src/templates/build/next-config.cts
0 commit comments