@@ -6,10 +6,10 @@ stability.
6
6
## What's new
7
7
8
8
- 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/ ) .
10
10
- 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/ )
13
13
- Faster builds and deploys. Instead of generating one function per route, there are just three functions per site and a
14
14
much smaller list of rewrites.
15
15
- 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:
41
41
- ` external_node_modules ` in ` netlify.toml `
42
42
43
43
If 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
45
45
information on changes to how they are handled in this version. If you currently have ` _redirects ` or ` _headers ` files
46
46
in the root of your site, these will need to be moved into "public".
47
47
48
48
If 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/ )
50
50
that are currently needed.
0 commit comments