Invalidate static server functions
Is there a way to programmatically invalidate static server functions? I want to prerender a page using a static server function and only regenerate it if an item on that page has changed (like NextJS' ISR).
0 Replies