Next.js Incremental Static Regeneration (ISR) change revalidate time dynamically, trigger

27 Views Asked by At

I am using Next.js v12 and I running multiple pages with Incremental Static Regeneration.

I was just curious, instead of setting regenerate time (such as 10, 60), is there a way to trigger dynamically? (such as when backend api changes)

any other way other than hitting revalidate: 60? Let me know !

0

There are 0 best solutions below