You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Next.js there's a feature called "Incremental Static Regeneration (ISR)" which allows to revalidate content fetched at build time after a given time. This works in both the pages and app directory.
Does this library and the Fastly Compute@Edge platform support this feature so that stalled content can be revalidated if a request comes in? If not so, are there plans to add this feature in the future?
The text was updated successfully, but these errors were encountered:
Hi there,
In Next.js there's a feature called "Incremental Static Regeneration (ISR)" which allows to revalidate content fetched at build time after a given time. This works in both the
pages
andapp
directory.Does this library and the Fastly Compute@Edge platform support this feature so that stalled content can be revalidated if a request comes in? If not so, are there plans to add this feature in the future?
The text was updated successfully, but these errors were encountered: