You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 10, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,22 @@
15
15
</a>
16
16
</p>
17
17
18
+
## The Future of Next.js on Netlify
19
+
20
+
The future of Next.js on Netlify is growing beyond `next-on-netlify`. The recommended path forward is to install [@netlify/plugin-nextjs](https://github.com/netlify/netlify-plugin-nextjs) - a build plugin released and supported by the team behind `next-on-netlify`.
21
+
22
+
The plugin relies on `next-on-netlify` but offers a smoother experience, including:
23
+
24
+
1. one-click, zero-config installation
25
+
2. allowing custom functions and publish directories
26
+
27
+
See the [plugin's README](https://github.com/netlify/netlify-plugin-nextjs#readme) for more information. Our team's end goal is to make the Next.js on Netlify experience as seamless as possible.
28
+
29
+
Note: since `next-on-netlify` will remain the primary source of logic for Next.js on Netlify, the existing `next-on-netlify` setup will continue to work for users who prefer manual insallation and configuration.
30
+
31
+
The plugin can be found on [npm here](https://www.npmjs.com/package/@netlify/plugin-nextjs).
32
+
33
+
## About
18
34
19
35
`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.
0 commit comments