Skip to content

Commit a0b2b31

Browse files
committed
fix: add UI-based install back in
1 parent f194fcb commit a0b2b31

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ If you've installed this plugin via Netlify's UI, no action is necessary. The up
1414

1515
If you've installed this plugin manually in your `netlify.toml`, you can upgrade two ways:
1616

17-
1. Use the new automatic install! Remove this plugin from your project and `netlify.toml` and Netlify will automatically install it for a seamless experience working with Next.js on Netlify.
18-
2. Manually update to the latest version using `npm i @netlify/plugin-nextjs@latest`.
17+
1. Manually update to the latest version using `npm i @netlify/plugin-nextjs@latest`.
18+
2. If you prefer to automatically get updates, remove this plugin from your project and `netlify.toml`, then [install the plugin using the Netlify UI](http://app.netlify.com/plugins/@netlify/plugin-nextjs/install).
1919

2020
## 2.0.1 (2021-02-17)
2121

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,18 @@ This build plugin is a utility for supporting Next.js on Netlify. To enable serv
2626

2727
## Installation and Configuration
2828

29+
### For new Next.js sites
30+
2931
As of v3.0.0, all new sites deployed to Netlify with Next.js will automatically install this plugin for a seamless experience deploying Next.js on Netlify!
3032

3133
This means that you don't have to do anything — just build and deploy your site to Netlify as usual and we'll handle the rest.
3234

3335
You're able to [remove the plugin](https://docs.netlify.com/configure-builds/build-plugins/#remove-a-plugin) at any time by visiting the **Plugins** tab for your site in the Netlify UI.
3436

37+
### UI-based installation for existing Next.js sites
38+
39+
If your Next.js project is already deployed to Netlify, use the Netlify UI to [install the Essential Next.js Build Plugin](http://app.netlify.com/plugins/@netlify/plugin-nextjs/install) in a few clicks.
40+
3541
### Manual installation
3642

3743
1\. Create a `netlify.toml` in the root of your project. Your file should include the plugins section below:

0 commit comments

Comments
 (0)