From d933ca94b19220373972b7964ee72ca20cc92c0c Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Mon, 9 Sep 2019 02:50:04 +0100 Subject: [PATCH] fix(header): reduce css cache to one day --- source/_headers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_headers b/source/_headers index 634da82..cca86f5 100644 --- a/source/_headers +++ b/source/_headers @@ -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