fix(header): reduce css cache to one day

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

View File

@ -13,7 +13,7 @@
/*.html
Cache-Control: max-age=86400, public
/*.css
Cache-Control: max-age=604800, public
Cache-Control: max-age=86400, public
/*.js
Cache-Control: max-age=604800, public
/*.ico