Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[documentation] missing page config documentation #16868
Milestone
Comments
|
This should probably be opened in the repo for the website here |
|
@vuki656 doubt it, the docs are part of this repo, see https://github.com/vercel/next.js/blob/canary/docs/basic-features/pages.md for example |
|
I would like to work on this issue. Could you please let me know your requirements? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Bug report
Describe the bug
I know there is
configexport for pages and api routes. They are partially described in api-middlewares#custom-config or in amp-support for example.I was searching for documentation on that
configexport but I couldn't find it.Also: is a typescript type available for the
configexport?To Reproduce
Look at the next.js docs and search for documetation on
configexport for pages or api routesExpected behavior
There is no such documentation on the
configexport