From 87c4e3261241659f9c1939c1e7646d393a46b304 Mon Sep 17 00:00:00 2001 From: Loi Phan Date: Thu, 3 Aug 2023 11:48:35 +0700 Subject: [PATCH] Update Cache-Control --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 690aeb6..38ef274 100644 --- a/vercel.json +++ b/vercel.json @@ -4,7 +4,7 @@ "headers": [ { "key": "Cache-Control", - "value": "maxage=604800" + "value": "public, max-age=604800, must-revalidate" } ] }