Skip to content

Commit 261bccd

Browse files
committed
chore: rename config template for consistency
1 parent 97278b3 commit 261bccd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/helpers/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const modifyNextConfig = () => {
1616
// to configure next.config.js and the user could be using any of them
1717
// https://github.com/netlify/next-runtime-minimal/issues/12
1818
moveSync('next.config.js', `${NETLIFY_TEMP_DIR}/next.config.js`)
19-
copySync(`${MODULE_DIR}/../templates/build/next.config.cjs`, 'next.config.js')
19+
copySync(`${MODULE_DIR}/../templates/build/next-config.cjs`, 'next.config.js')
2020
}
2121

2222
export const revertNextConfig = () => {

0 commit comments

Comments
 (0)