-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Labels
Description
The next-on-pages documentation of the next.config.js options is out of date
The following next.config.js configs are not documented in our supported doc:
- cacheHandler
- instrumentationHook
The following configs present in our supported doc are not present in the next.config.js documentation pages:
- incrementalCacheHandlerPath
Warning
Remember to update:
Configs table template
Template config table that you can use to update the supported doc:
Option | Next Docs | Support |
---|---|---|
appDir | app | ??? |
assetPrefix | pages, app | ??? |
basePath | pages, app | ??? |
cacheHandler | app | ??? |
compress | pages, app | ??? |
devIndicators | pages, app | ??? |
distDir | pages, app | ??? |
env | pages, app | ??? |
eslint | pages, app | ??? |
exportPathMap | pages, app | ??? |
generateBuildId | pages, app | ??? |
generateEtags | pages, app | ??? |
headers | pages, app | ??? |
httpAgentOptions | pages, app | ??? |
images | pages, app | ??? |
instrumentationHook | pages, app | ??? |
logging | app | ??? |
mdxRs | app | ??? |
onDemandEntries | pages, app | ??? |
optimizePackageImports | app | ??? |
output | pages, app | ??? |
pageExtensions | pages, app | ??? |
Partial Prerendering (experimental) | app | ??? |
poweredByHeader | pages, app | ??? |
productionBrowserSourceMaps | pages, app | ??? |
reactStrictMode | pages, app | ??? |
redirects | pages, app | ??? |
rewrites | pages, app | ??? |
Runtime Config | pages | ??? |
serverActions | app | ??? |
serverComponentsExternalPackages | app | ??? |
trailingSlash | pages, app | ??? |
transpilePackages | pages, app | ??? |
turbo | pages, app | ??? |
typedRoutes | app | ??? |
typescript | pages, app | ??? |
urlImports | pages, app | ??? |
webpack | pages, app | ??? |
webVitalsAttribution | pages, app | ??? |