From 9d153e95d1f9cd59a3fe8b3932ad6b1febc9052e Mon Sep 17 00:00:00 2001 From: Andy Charlwood Date: Thu, 19 Feb 2026 21:46:27 +0000 Subject: [PATCH] Preconnect hints for page load --- index.html | 1 + public/_headers | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 public/_headers diff --git a/index.html b/index.html index 275b4fe..0d8f433 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@ CVMIS: CHARLWOOD, A. + diff --git a/public/_headers b/public/_headers new file mode 100644 index 0000000..6c9a860 --- /dev/null +++ b/public/_headers @@ -0,0 +1,5 @@ +/assets/* + Cache-Control: public, max-age=31536000, immutable + +/Fonts/* + Cache-Control: public, max-age=31536000, immutable