From 428362102ea2de1eee1c933e5cf147ecdd699b82 Mon Sep 17 00:00:00 2001 From: Sebastian Lay Date: Mon, 2 Aug 2021 18:48:05 +0200 Subject: [PATCH] Added cache ttl for fonts --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index f4fda5b..85ca5fa 100644 --- a/.htaccess +++ b/.htaccess @@ -1,6 +1,6 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d - + Header set Cache-Control "max-age=8380800, public" \ No newline at end of file