Skip to content

Commit d5b36f4

Browse files
committed
chore: refactor next config to use require
1 parent d66117b commit d5b36f4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/templates/next.config.cts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
// @ts-ignore
2-
import original from './next.config.js.orig'
1+
/**
2+
* Netlify generated code
3+
*/
4+
const original = require('./.netlify/temp/next.config.js')
35

46
module.exports = {
57
...original,

0 commit comments

Comments
 (0)