Update .htaccess

This commit is contained in:
Kyle
2020-12-17 09:16:14 -08:00
parent 82e7ef4185
commit 0b58776728

View File

@@ -2,7 +2,7 @@ ErrorDocument 404 https://cardconjurer.com/404.php
<IfModule mod_headers.c> <IfModule mod_headers.c>
#YEAR #YEAR
<filesMatch "\.(png|svg)$"> <filesMatch "\.(png|svg|ttf)$">
Header set Cache-Control "max-age=31536000, public" Header set Cache-Control "max-age=31536000, public"
</filesMatch> </filesMatch>
#MONTH #MONTH