|
| 1 | +## Deprecating next-on-netlify |
| 2 | + |
| 3 | +We are deprecating `next-on-netlify` in favor of Netlify's [Essential Next.js Build Plugin](https://github.com/netlify/netlify-plugin-nextjs). Please visit [this issue](https://github.com/netlify/next-on-netlify/issues/176) to learn more about the deprecation of `next-on-netlify` and ask any questions. You can also visit our simple [Migration doc](https://github.com/netlify/next-on-netlify/blob/main/MIGRATING.md) for assistance migrating to the plugin. |
| 4 | + |
| 5 | +- Build Plugin [@netlify/plugin-nextjs](https://github.com/netlify/netlify-plugin-nextjs) |
| 6 | +- [Plugin npm package](https://www.npmjs.com/package/@netlify/plugin-nextjs) |
| 7 | + |
1 | 8 |  |
2 | 9 |
|
3 | 10 | <p align="center"> |
|
17 | 24 |
|
18 | 25 | `next-on-netlify` is a utility for enabling server-side rendering in Next.js on Netlify. It wraps your application in a tiny compatibility layer, so that pages can use Netlify Functions to be server-side rendered. |
19 | 26 |
|
20 | | -## Deprecating next-on-netlify |
21 | | - |
22 | | -We are deprecating `next-on-netlify` in favor of Netlify's [Essential Next.js Build Plugin](https://github.com/netlify/netlify-plugin-nextjs). Please visit [this issue](https://github.com/netlify/next-on-netlify/issues/176) to learn more about the deprecation of `next-on-netlify` and ask any questions. You can also visit our simple [Migration doc](https://github.com/netlify/next-on-netlify/blob/main/MIGRATING.md) for assistance migrating to the plugin. |
23 | | - |
24 | | -- Build Plugin [@netlify/plugin-nextjs](https://github.com/netlify/netlify-plugin-nextjs) |
25 | | -- [Plugin npm package](https://www.npmjs.com/package/@netlify/plugin-nextjs) |
26 | | - |
27 | 27 |
|
28 | 28 | ## Table of Contents |
29 | 29 |
|
|
0 commit comments