From abbf2e160a5f11ce4d452499feae7607f134e544 Mon Sep 17 00:00:00 2001 From: Kael Date: Fri, 4 Oct 2024 00:22:51 +1000 Subject: [PATCH] chore: force cloudflare to revalidate assets --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 7ecf12bef45..b4e2d8de1e0 100644 --- a/vercel.json +++ b/vercel.json @@ -27,7 +27,7 @@ "headers": [ { "key" : "Cache-Control", - "value" : "public, immutable, max-age=31536000, stale-if-error=604800" + "value" : "public, immutable, max-age=31536000, stale-if-error=604800, s-maxage=300" } ] },