From 800f21eb1f5a07948da42cc5f11e026c4c5fa830 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Tue, 6 May 2025 12:56:55 +0200 Subject: [PATCH] fix the changeset for `enableCacheInterception` --- .changeset/lovely-rooms-taste.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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