From 824a4ce1f894993e540bc9d28ab22bdf2e1eafaf Mon Sep 17 00:00:00 2001 From: Camerin Figueroa Date: Mon, 20 Sep 2021 17:54:54 -0400 Subject: [PATCH] Increased age for caching in vercel --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 881b59a..6100ccf 100644 --- a/vercel.json +++ b/vercel.json @@ -5,7 +5,7 @@ "headers": [ { "key": "cache-control", - "value": "public, max-age=3600" + "value": "public, max-age=2592000" } ] }