diff --git a/README.md b/README.md index 1e1fe2ce..00a73ee7 100644 --- a/README.md +++ b/README.md @@ -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 [Navigation](https://www.11ty.dev/docs/plugins/navigation/) plugin - [@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 - [@11tyrocks/eleventy-plugin-emoji-readtime](https://www.npmjs.com/package/@11tyrocks/eleventy-plugin-emoji-readtime) diff --git a/bun.lockb b/bun.lockb index f3da2258..26f89190 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..b20a07fd --- /dev/null +++ b/netlify.toml @@ -0,0 +1,5 @@ +[[plugins]] +package = "netlify-plugin-cache" + + [plugins.inputs] + paths = [ ".cache" ] \ No newline at end of file diff --git a/package.json b/package.json index 54f0d45f..681fcdeb 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "markdown-it-bracketed-spans": "^1.0.1", "markdown-it-deflist": "^3.0.0", "markdown-it-footnote": "^4.0.0", + "netlify-plugin-cache": "^1.0.3", "slugify": "^1.6.6" } } \ No newline at end of file