6 lines
167 B
Bash
Executable File
6 lines
167 B
Bash
Executable File
mv next.config.js next.base.config.js
|
|
mv next.export.config.js next.config.js
|
|
next build
|
|
mv next.config.js next.export.config.js
|
|
mv next.base.config.js next.config.js
|