From 6c83a47b33a4c7681b2baa4aca8def021184b59c Mon Sep 17 00:00:00 2001 From: Soitora Date: Fri, 8 Sep 2023 22:21:04 +0200 Subject: [PATCH] Create _headers --- website/src/public/_headers | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 website/src/public/_headers diff --git a/website/src/public/_headers b/website/src/public/_headers new file mode 100644 index 00000000..a873582d --- /dev/null +++ b/website/src/public/_headers @@ -0,0 +1,8 @@ +# Cache headers for media files for the Google recommended of 6 months minimum. +*.webp +*.webm +*.png +*.jpg +*.svg +*.ico + Cache-Control: public, max-age=15552000