We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2f3f6 commit 48debe6Copy full SHA for 48debe6
pub/static/.htaccess
@@ -75,7 +75,7 @@ AddType application/xml xml
75
<IfModule mod_headers.c>
76
77
<FilesMatch .*\.(ico|jpg|jpeg|png|gif|svg|webp|avif|avifs|js|css|eot|ttf|otf|woff|woff2|html|json|webmanifest)$>
78
- Header append Cache-Control "public, immutable"
+ Header append Cache-Control "public, max-age=31536000, immutable"
79
</FilesMatch>
80
81
<FilesMatch .*\.(zip|gz|gzip|bz2|csv|xml)$>
0 commit comments