mirror of https://gitlab.com/curben/blog
fix(header): reduce css cache to one day
This commit is contained in:
parent
ce7c299ff1
commit
d933ca94b1
|
@ -13,7 +13,7 @@
|
||||||
/*.html
|
/*.html
|
||||||
Cache-Control: max-age=86400, public
|
Cache-Control: max-age=86400, public
|
||||||
/*.css
|
/*.css
|
||||||
Cache-Control: max-age=604800, public
|
Cache-Control: max-age=86400, public
|
||||||
/*.js
|
/*.js
|
||||||
Cache-Control: max-age=604800, public
|
Cache-Control: max-age=604800, public
|
||||||
/*.ico
|
/*.ico
|
||||||
|
|
Loading…
Reference in New Issue