diff options
| -rw-r--r-- | static/.htaccess | 2 |
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> |
