summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-06-26 21:00:41 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-06-26 21:00:41 -0400
commit1d1903457b735d057a9b14e2ad306143fca49e1e (patch)
tree218d6aeb2ab55d4ad64aeed881a61f31c3951133
parent47ad382b5ef2020cc3f1bab09623925c3bdffee2 (diff)
extend caching to svg
-rw-r--r--static/.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/.htaccess b/static/.htaccess
index 43d5bf40..35bf5b25 100644
--- a/static/.htaccess
+++ b/static/.htaccess
@@ -34,7 +34,7 @@ Header set Cache-Control "public, max-age=1800"
Header set Cache-Control "public, max-age=86400"
</FilesMatch>
-<FilesMatch "\.(css|js|png|woff2)$">
+<FilesMatch "\.(css|js|png|svg|woff2)$">
Header set Cache-Control "public, max-age=31536000"
</FilesMatch>