From 8709fbadb90b82e912c8b04c7465ecd2aabfedaa Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Wed, 31 Jul 2024 00:31:59 +0800 Subject: [PATCH] Add Webp files to cache control policy --- src/.htaccess.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.htaccess.njk b/src/.htaccess.njk index cf0aeb73..e30835a1 100644 --- a/src/.htaccess.njk +++ b/src/.htaccess.njk @@ -4,7 +4,7 @@ eleventyExcludeFromCollections: true --- ErrorDocument 404 /404.html - + Header set Cache-Control "max-age=31536000, public"