From e7c2cf376e2dfceb22d4ab6a1ff928431e6b5239 Mon Sep 17 00:00:00 2001 From: smuddyx Date: Tue, 25 Apr 2023 20:15:09 +0200 Subject: [PATCH] set cache for index --- firebase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index c9a4b29..da5e83a 100644 --- a/firebase.json +++ b/firebase.json @@ -22,7 +22,7 @@ "headers": [ { "key": "Cache-Control", - "value": "no-cache" + "value": "max-age=1" } ] },