From faa73e54b0847d33fc45a384d3786b54c086c9ff Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Thu, 28 Mar 2024 20:10:10 +1100 Subject: [PATCH] Bump HTTP caching in assets --- public/_headers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/_headers b/public/_headers index 8c38706a5..ed88e9a22 100644 --- a/public/_headers +++ b/public/_headers @@ -1,2 +1,2 @@ /_astro/* - Cache-Control: public, max-age=604800, immutable + Cache-Control: public, max-age=31536000, immutable