How do I change the path of the .next folder?
Answered
Ratonero Mallorquin posted this in #help-forum
Ratonero MallorquinOP
I need to change this for my Azure host path mapping as it does not support dots in the pathname. I want to use a different folder than
.next. How?Answered by Ray
hi, try this in your
next.config.jsmodule.exports = {
distDir: 'build',
}1 Reply
@Ratonero Mallorquin I need to change this for my Azure host path mapping as it does not support dots in the pathname. I want to use a different folder than `.next`. How?
hi, try this in your
next.config.jsmodule.exports = {
distDir: 'build',
}Answer