From 962efd0e75e8565a59782b198ee8df94fb465a13 Mon Sep 17 00:00:00 2001 From: patrick Date: Mon, 11 May 2026 11:30:56 -0400 Subject: [PATCH] chore: add caching headers --- public/_headers | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 public/_headers diff --git a/public/_headers b/public/_headers new file mode 100644 index 0000000..d29c3bd --- /dev/null +++ b/public/_headers @@ -0,0 +1,26 @@ +/* + Cache-Control: public, max-age=3600 + +/_astro/* + Cache-Control: public, max-age=31536000, immutable + +/fonts/* + Cache-Control: public, max-age=31536000, immutable + +/fonts2/* + Cache-Control: public, max-age=31536000, immutable + +/static/* + Cache-Control: public, max-age=31536000, immutable + +/image/* + Cache-Control: public, max-age=2592000 + +/*.png + Cache-Control: public, max-age=2592000 + +/*.ico + Cache-Control: public, max-age=2592000 + +/*.svg + Cache-Control: public, max-age=2592000 \ No newline at end of file