diff --git a/.changeset/neat-mangos-judge.md b/.changeset/neat-mangos-judge.md index 018b038f1237..f42417d4a0cf 100644 --- a/.changeset/neat-mangos-judge.md +++ b/.changeset/neat-mangos-judge.md @@ -2,4 +2,4 @@ 'astro': minor --- -Fallback to the `tap` prefetch strategy on slow connection, instead of bailing. +Changes the fallback prefetch behavior on slow connections and when data saver mode is enabled. Instead of disabling prefetch entirely, the `tap` strategy will be used.