From 3e03ad84d853a0b2af27d6061dd3f016c6783a90 Mon Sep 17 00:00:00 2001 From: xmcp Date: Thu, 23 Aug 2018 21:27:28 +0800 Subject: [PATCH] add cache --- public/_headers | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/_headers b/public/_headers index 201cefb..45955f2 100644 --- a/public/_headers +++ b/public/_headers @@ -3,3 +3,9 @@ /service-worker.js Cache-Control: public, max-age=86400 + +/ + Cache-Control: public, max-age=120 + +/?src=pwa + Cache-Control: public, max-age=120 \ No newline at end of file