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
Copy file name to clipboardexpand all lines: README.md
+7-3
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,15 @@ This build plugin is a utility for supporting Next.js on Netlify. To enable serv
27
27
28
28
There are two ways to install the plugin in your Next.js on Netlify site.
29
29
30
-
First:
30
+
**Option 1: UI-based Installation**
31
31
32
-
This plugin can be installed and managed from your site's settings on Netlify. Read more about [UI-based installation](https://docs.netlify.com/configure-builds/build-plugins/#ui-installation) in our docs.
32
+
This plugin can be installed and managed from your site's settings on Netlify.
33
33
34
-
Second:
34
+
[👉 Click to install this plugin 👈](http://app.netlify.com/plugins/@netlify/plugin-nextjs/install)
35
+
36
+
Read more about [UI-based plugin installation](https://docs.netlify.com/configure-builds/build-plugins/#ui-installation) in our docs.
37
+
38
+
**Option 2: File-based Installation**
35
39
36
40
Create a `netlify.toml` in the root of your project. Your file should include the plugins section below:
0 commit comments