Next.js Discord

Discord Forum

How do I change the path of the .next folder?

Answered
Ratonero Mallorquin posted this in #help-forum
Open in Discord
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.js
module.exports = {
  distDir: 'build',
}
View full answer

1 Reply