From 8469975e529bbcb6b2e43e01bb6d3fb9dd407e59 Mon Sep 17 00:00:00 2001 From: mrugesh <1884376+raisedadead@users.noreply.github.com> Date: Wed, 23 Oct 2019 00:19:56 +0530 Subject: [PATCH] fix: update caching on resources (#37460) --- client/static/_headers | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/client/static/_headers b/client/static/_headers index 2f58781ed9..8f3246f80e 100644 --- a/client/static/_headers +++ b/client/static/_headers @@ -6,10 +6,6 @@ Cache-Control: public, s-max-age=604800 /learn/* X-Robots-Tag: none -/fonts/* - Cache-Control: public, s-max-age=604800 -/fonts/* - Cache-Control: public, s-max-age=604800 /*.css Cache-Control: public, s-max-age=604800 /sw.js @@ -18,3 +14,5 @@ Cache-Control: public, s-max-age=604800 /*.js Cache-Control: public, s-max-age=604800 +/static/* + Cache-Control: public, s-max-age=604800