Hello good people,
I have installed netlify-plugin-cache on a project to test it out, and wondering what's your go-to configuration for Astro?
Do you typically cache "dist/_astro"?
Here's what I think I will use
[[plugins]]
package = "netlify-plugin-cache"
[plugins.inputs]
paths = [
".astro",
"node_modules/.astro",
"node_modules/.cache"
]
Thank you 🙂