Invalidationg on-demand builder cache on Netlify (with Nuxt) #2884
Jones-S
started this conversation in
Help Wanted
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I would like to invalidate cache on a page-level so not every request invokes a serverless function on netlify. Instead I would like to have a webhook on every saving of an entry in my cms which then invalidates the cache for that page only.
I see that there are options on vercel, which might do what I want to achieve: https://nitro.build/deploy/providers/vercel#on-demand-incremental-static-regeneration-isr
But so far my research has shown that there is nothing comparable for netlify, is that correct?
If so, is this on the roadmap? And if not, how could I build something similar with nuxt/nitro and netlify?
Beta Was this translation helpful? Give feedback.
All reactions