From 563523a08426a7a3fa146a1a04483b44210c7414 Mon Sep 17 00:00:00 2001 From: Kendell Date: Wed, 18 Feb 2026 09:30:07 -0800 Subject: [PATCH 1/2] Set max-age so prefetch works --- public/_headers | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/_headers b/public/_headers index f56759cc14415..8aae1093454f9 100644 --- a/public/_headers +++ b/public/_headers @@ -1,3 +1,6 @@ +/* + cache-control: max-age=60 + cache-control: public /_astro/* cache-control: max-age=31536000 cache-control: immutable From 849db5c4e6c91c420f65377685141501baa22682 Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Fri, 20 Feb 2026 13:31:54 +0100 Subject: [PATCH 2/2] Consistent indentation --- public/_headers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/_headers b/public/_headers index 8aae1093454f9..b505fec8b57ad 100644 --- a/public/_headers +++ b/public/_headers @@ -1,6 +1,6 @@ /* cache-control: max-age=60 - cache-control: public + cache-control: public /_astro/* cache-control: max-age=31536000 cache-control: immutable