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 Jan 2, 2022. It is now read-only.
A [Netlify build plugin](https://docs.netlify.com/configure-builds/build-plugins/), and [one of the most downloaded ones](https://www.netlify.com/blog/2020/06/22/top-10-netlify-build-plugins/#4-next-js-cache) at that.
11
12
12
-
```toml
13
-
[[plugins]]
14
-
package = "netlify-plugin-cache-nextjs"
15
-
```
13
+
[](https://app.netlify.com/plugins/netlify-plugin-cache-nextjs/install)
16
14
17
15
## Usage
18
16
19
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/).
20
18
21
-
The npm package name is [`netlify-plugin-cache-nextjs`](https://www.npmjs.com/package/netlify-plugin-cache-nextjs).
19
+
[](https://app.netlify.com/plugins/netlify-plugin-cache-nextjs/install)
22
20
23
-
To install, add the following lines to your `netlify.toml` file:
21
+
If you want to manually install the plugin add the following lines to your `netlify.toml` file:
0 commit comments