fix(header): cache gif

This commit is contained in:
curben 2019-09-09 02:51:46 +01:00
parent d933ca94b1
commit f02d918834
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 4 additions and 2 deletions

View File

@ -16,11 +16,13 @@
Cache-Control: max-age=86400, public Cache-Control: max-age=86400, public
/*.js /*.js
Cache-Control: max-age=604800, public Cache-Control: max-age=604800, public
/*.gif
Cache-Control: max-age=604800, public
/*.ico /*.ico
Cache-Control: max-age=604800, public Cache-Control: max-age=604800, public
/*.jpg
Cache-Control: max-age=604800, public
/*.png /*.png
Cache-Control: max-age=604800, public Cache-Control: max-age=604800, public
/*.webp /*.webp
Cache-Control: max-age=604800, public Cache-Control: max-age=604800, public
/*.jpg
Cache-Control: max-age=604800, public