From 5d2c3dc545aa25132f4547fe47d78b2b4b70cbe8 Mon Sep 17 00:00:00 2001 From: Owen Rummage Date: Mon, 20 Jul 2026 10:54:50 -0500 Subject: [PATCH] fixes to deployment --- public/_headers | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 public/_headers diff --git a/public/_headers b/public/_headers new file mode 100644 index 0000000..2650ec4 --- /dev/null +++ b/public/_headers @@ -0,0 +1,8 @@ +/ + Cache-Control: no-cache, no-store, must-revalidate + +/index.html + Cache-Control: no-cache, no-store, must-revalidate + +/_astro/* + Cache-Control: public, max-age=31536000, immutable