From a80d5471c415383d96323ffecef9e78bda31cd85 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Wed, 27 Apr 2022 10:59:50 -0700 Subject: [PATCH] Longer max age on cache control header for fonts --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 56cc71c17..39bd91a18 100644 --- a/vercel.json +++ b/vercel.json @@ -6,7 +6,7 @@ "headers" : [ { "key" : "Cache-Control", - "value" : "public,max-age=36000" + "value" : "public,max-age=31536000" } ] }