Skip to content

Commit

Permalink
Added cache rule for image/svg+xml to .htaccess (#3051)
Browse files Browse the repository at this point in the history
  • Loading branch information
loekvangool authored Mar 1, 2023
1 parent ab5f661 commit 98e65ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
ExpiresByType text/x-javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 year"
ExpiresByType image/svg+xml "access plus 1 year"
ExpiresDefault "access plus 2 days"
</IfModule>

Expand Down

0 comments on commit 98e65ee

Please sign in to comment.