Webhook to update individual pages in the DatoCMS/NextJS site?

The build time for our new website page on Vercel takes about 15 minutes. We will have about 9 translators and editors editing our website content in DatoCMS… I don’t want them triggering full site-wide rebuild for every small change the do…

Is there a way to add a webhook that would only update the record/site that get’s edited in the DatoCMS? If yes, is there an example anywhere how to implement this?

Hello @primoz.rome you can with NextJS using this feature: Data Fetching: Incremental Static Regeneration | Next.js

And then you can setup a webhook that gets triggered on record publish?

Let me know if you need more details!

1 Like

Thank you looking at this now…

1 Like