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 !