Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit af296d6

Browse files
authored
docs: update information about Netlify build plugins
1 parent a1d4314 commit af296d6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

readme.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@
55
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)
66

77
Cache the Next.js build folder in Netlify builds.
8-
A [Netlify plugin](https://www.netlify.com/build/plugins-beta/) which is [published on npm](https://www.npmjs.com/package/netlify-plugin-cache-nextjs).
8+
A [Netlify build plugin](https://docs.netlify.com/configure-builds/build-plugins/).
9+
10+
```toml
11+
[[plugins]]
12+
package = "netlify-plugin-cache-nextjs"
13+
```
914

1015
## Usage
1116

12-
This is a Netlify plugin, which will run during your Netlify builds. You can learn more about Netlify Build Plugins (currently in beta) in the [Netlify docs](https://docs.netlify.com/configure-builds/plugins).
17+
This is a Netlify build plugin, which will run during your Netlify builds. You can learn more about Netlify Build Plugins in the [Netlify docs](https://docs.netlify.com/configure-builds/build-plugins/).
1318

1419
The npm package name is [`netlify-plugin-cache-nextjs`](https://www.npmjs.com/package/netlify-plugin-cache-nextjs).
1520

0 commit comments

Comments
 (0)