From f02d9188340beae94e16033429a400d2abda2ceb Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Mon, 9 Sep 2019 02:51:46 +0100 Subject: [PATCH] fix(header): cache gif --- source/_headers | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/_headers b/source/_headers index cca86f5..0736bc9 100644 --- a/source/_headers +++ b/source/_headers @@ -16,11 +16,13 @@ Cache-Control: max-age=86400, public /*.js Cache-Control: max-age=604800, public +/*.gif + Cache-Control: max-age=604800, public /*.ico Cache-Control: max-age=604800, public +/*.jpg + Cache-Control: max-age=604800, public /*.png Cache-Control: max-age=604800, public /*.webp Cache-Control: max-age=604800, public -/*.jpg - Cache-Control: max-age=604800, public