From 5ffaaec0dc2a9548f97f3803ab40967978601baf Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Wed, 5 Aug 2020 08:17:06 +0000 Subject: [PATCH] ci(netlify): increase *.css cache to 1-week --- source/_headers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_headers b/source/_headers index 51b1f07..a2870ae 100644 --- a/source/_headers +++ b/source/_headers @@ -12,7 +12,7 @@ /*.html Cache-Control: max-age=86400, public /*.css - Cache-Control: max-age=86400, public + Cache-Control: max-age=604800, public /*.js Cache-Control: max-age=604800, public /*.gif