From d0dc1efda3916e234d5a8ec2c98204c4b81d1495 Mon Sep 17 00:00:00 2001 From: Michael Clark <5285928+MikesGlitch@users.noreply.github.com> Date: Sun, 14 Dec 2025 20:18:39 +0000 Subject: [PATCH] :scroll: Cache image folder (#6409) * cache image folder as well * remove immutable --- packages/docs/static/_headers | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/docs/static/_headers b/packages/docs/static/_headers index 10281e7d08..b50d752b19 100644 --- a/packages/docs/static/_headers +++ b/packages/docs/static/_headers @@ -6,3 +6,8 @@ Cache-Control: public Cache-Control: max-age=365000000 Cache-Control: immutable + +/img/* + Cache-Control: public + Cache-Control: max-age=604800 + Cache-Control: immutable