Replies: 1 comment
-
@pascavi did you ever find a solution to this. I'm finally upgrading and ran into this issue as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Link to the code that reproduces this issue
https://github.com
To Reproduce
nextjs build
with theexport
action onnext.config
. Add a-o my-folder
parameter to override the export folderCurrent vs. Expected behavior
You can use the
-o
parameter in the same way that you could with theexport
commandVerify canary release
Provide environment information
const nextConfig = { output: 'export' }
Which area(s) are affected? (Select all that apply)
CLI (create-next-app)
Additional context
Being able to override the output folder was essential in our pipeline configuration.
Beta Was this translation helpful? Give feedback.
All reactions