chore(htaccess.liquid): update cache time for html

This commit is contained in:
Cory Dransfeldt 2025-06-14 13:22:14 -07:00
parent d373491c76
commit dbf3266e8d
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -111,7 +111,7 @@ RewriteRule ^.*$ - [F,L]
ExpiresActive On
ExpiresDefault "access plus 1 month"
ExpiresByType application/font-woff2 "access plus 1 year"
ExpiresByType text/html "access plus 1 hour"
ExpiresByType text/html "access plus 5 minutes"
ExpiresByType text/css "access plus 1 year"
ExpiresByType application/javascript "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"