Install netlify-plugin-cache plugin
This commit is contained in:
parent
a7df96f7ba
commit
d586a284cc
|
@ -9,6 +9,7 @@ Currently hosted on [Netlify](https://www.netlify.com/) and [Neocities](https://
|
||||||
- Eleventy's official [RSS](https://www.11ty.dev/docs/plugins/rss/) plugin
|
- Eleventy's official [RSS](https://www.11ty.dev/docs/plugins/rss/) plugin
|
||||||
- Eleventy's official [Navigation](https://www.11ty.dev/docs/plugins/navigation/) plugin
|
- Eleventy's official [Navigation](https://www.11ty.dev/docs/plugins/navigation/) plugin
|
||||||
- [@zachleat/details-utils](https://www.npmjs.com/package/@zachleat/details-utils)
|
- [@zachleat/details-utils](https://www.npmjs.com/package/@zachleat/details-utils)
|
||||||
|
- [netlify-plugin-cache](https://www.npmjs.com/package/netlify-plugin-cache)
|
||||||
|
|
||||||
### Eleventy Community Plugins
|
### Eleventy Community Plugins
|
||||||
- [@11tyrocks/eleventy-plugin-emoji-readtime](https://www.npmjs.com/package/@11tyrocks/eleventy-plugin-emoji-readtime)
|
- [@11tyrocks/eleventy-plugin-emoji-readtime](https://www.npmjs.com/package/@11tyrocks/eleventy-plugin-emoji-readtime)
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
[[plugins]]
|
||||||
|
package = "netlify-plugin-cache"
|
||||||
|
|
||||||
|
[plugins.inputs]
|
||||||
|
paths = [ ".cache" ]
|
|
@ -23,6 +23,7 @@
|
||||||
"markdown-it-bracketed-spans": "^1.0.1",
|
"markdown-it-bracketed-spans": "^1.0.1",
|
||||||
"markdown-it-deflist": "^3.0.0",
|
"markdown-it-deflist": "^3.0.0",
|
||||||
"markdown-it-footnote": "^4.0.0",
|
"markdown-it-footnote": "^4.0.0",
|
||||||
|
"netlify-plugin-cache": "^1.0.3",
|
||||||
"slugify": "^1.6.6"
|
"slugify": "^1.6.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue