mirror of https://gitlab.com/curben/blog
fix(header): cache gif
This commit is contained in:
parent
d933ca94b1
commit
f02d918834
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue