Optional experimentaluse renderingMode instead
The expire value for this route, which is inferred from the "use cache" functions that are used by the route, or the expireTime config.
Optional initialThe headers that should be served along side this prerendered route.
The revalidate value for this route. This might be inferred from:
Optional initialThe status code that should be served along side this prerendered route.
The prefetch data route associated with this page. If not defined, this page does not support prefetching.
The rendering mode for this route. Only undefined when not an app router
route.
The dynamic route that this statically prerendered route is based on. If this is null, then the route was not based on a dynamic route.
The headers that are allowed to be used when revalidating this route. These are used internally by Next.js to revalidate routes.