@@ -6,10 +6,10 @@ stability.
66## What's new
77
88- Full support for
9- [ incremental static regeneration (ISR)] ( https://github. com/netlify/ next-runtime/blob/main/docs/isr.md ) .
9+ [ incremental static regeneration (ISR)] ( https://docs.netlify. com/integrations/frameworks/ next-js/incremental-static-regeneration/ ) .
1010- Full support for
11- [ Next.js rewrites, redirects and headers] ( https://github. com/netlify/ next-runtime/blob/main/docs/ redirects-rewrites.md ) .
12- - Beta support for [ Next.js 12 Middleware] ( https://github. com/netlify/ next-runtime/blob/main/docs/ middleware.md )
11+ [ Next.js rewrites, redirects and headers] ( https://docs.netlify. com/integrations/frameworks/ next-js/ redirects-and- rewrites/ ) .
12+ - Beta support for [ Next.js 12 Middleware] ( https://docs.netlify. com/integrations/frameworks/ next-js/ middleware/ )
1313- Faster builds and deploys. Instead of generating one function per route, there are just three functions per site and a
1414 much smaller list of rewrites.
1515- Full support for Netlify's new [ persistent On-Demand Builders] ( https://ntl.fyi/odb ) . Return ` fallback: "blocking" `
@@ -41,10 +41,10 @@ If you previously set these values, they're no longer needed and can be removed:
4141- ` external_node_modules ` in ` netlify.toml `
4242
4343If you currently use redirects or rewrites on your site, see
44- [ the Rewrites and Redirects guide] ( https://github. com/netlify/ next-runtime/blob/main/docs/ redirects-rewrites.md ) for
44+ [ the Rewrites and Redirects guide] ( https://docs.netlify. com/integrations/frameworks/ next-js/ redirects-and- rewrites/ ) for
4545information on changes to how they are handled in this version. If you currently have ` _redirects ` or ` _headers ` files
4646in the root of your site, these will need to be moved into "public".
4747
4848If you want to use Next.js 12's beta Middleware feature, this will mostly work as expected but please
49- [ read the docs on some caveats and workarounds] ( https://github. com/netlify/ next-runtime/blob/main/docs/ middleware.md )
49+ [ read the docs on some caveats and workarounds] ( https://docs.netlify. com/integrations/frameworks/ next-js/ middleware/ )
5050that are currently needed.
0 commit comments