You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"output" has two values: "export" and "standalone". When you go to the reference page of next.config.js you don't get to see any mention of "export". In fact, the page is not really a reference to what can go into next.config.js's output property, it's just an explanation of how Nextjs produces its output. That would be appropriate somewhere else.
Is there any context that might help us understand?
I wanted to learn about the possible values the "output" property has and went to the reference page that should talk about it but it doesn't mention the "export" value.
Does the docs page already exist? Please link to it.
What is the documentation issue?
https://nextjs.org/docs/app/api-reference/config/next-config-js/output
"output" has two values: "export" and "standalone". When you go to the reference page of next.config.js you don't get to see any mention of "export". In fact, the page is not really a reference to what can go into next.config.js's output property, it's just an explanation of how Nextjs produces its output. That would be appropriate somewhere else.
Is there any context that might help us understand?
I wanted to learn about the possible values the "output" property has and went to the reference page that should talk about it but it doesn't mention the "export" value.
Does the docs page already exist? Please link to it.
https://nextjs.org/docs/app/api-reference/config/next-config-js/output
The text was updated successfully, but these errors were encountered: