6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
module.exports = {
|
|
version: 2,
|
|
buildCommand: "next build",
|
|
outputDirectory: ".next",
|
|
cleanUrls: true
|
|
}; |