diff --git a/.changeset/lovely-rooms-taste.md b/.changeset/lovely-rooms-taste.md index 56ca95f1..cc18f892 100644 --- a/.changeset/lovely-rooms-taste.md +++ b/.changeset/lovely-rooms-taste.md @@ -4,5 +4,5 @@ some performance improvements -- `enableCacheInterception` is now enabled by default, it loads ISR/SSG pages from cache without waiting for the js page bundle to load +- `enableCacheInterception` can be enabled using `defineCloudflareConfig`, it loads ISR/SSG pages from cache without waiting for the js page bundle to load. PPR is not supported at the moment - `routePreloadingBehavior` is now set to `withWaitUntil`, which means a single route js will be lazy loaded on cold start, but other routes will be preloaded using `waitUntil` for better performance