Change the folder to build in
Unanswered
Erenay posted this in #help-forum
ErenayOP
Normally when I run the next.js build command, it builds the files in the
app folder. How can I change this? For example I want to build the out folder. .next will still be the same.3 Replies
ErenayOP
.
@Erenay Normally when I run the next.js build command, it builds the files in the `app` folder. How can I change this? For example I want to build the `out` folder. `.next` will still be the same.
not sure what you mean by "build the
out folder". you mean you have out/layout.tsx, out/page.tsx and so on? no that's not possible