From b9bac4b0f7854f01bd6a21ba43e909839cf15728 Mon Sep 17 00:00:00 2001 From: jaygiang Date: Wed, 20 May 2026 07:52:00 -0700 Subject: [PATCH 1/2] chore: reduce CDN cache max-age to 300 seconds --- vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index 1dfb61137..65ccb940b 100644 --- a/vercel.json +++ b/vercel.json @@ -1668,11 +1668,11 @@ "headers": [ { "key": "Vercel-CDN-Cache-Control", - "value": "public, s-maxage=3600, stale-while-revalidate=604800" + "value": "public, s-maxage=300, stale-while-revalidate=604800" }, { "key": "CDN-Cache-Control", - "value": "public, s-maxage=3600, stale-while-revalidate=604800" + "value": "public, s-maxage=300, stale-while-revalidate=604800" }, { "key": "Cache-Control", From 613a2ff216bb9c2a3f231a309e0a5ab3726acf7c Mon Sep 17 00:00:00 2001 From: jaygiang Date: Wed, 20 May 2026 09:49:56 -0700 Subject: [PATCH 2/2] chore: set CDN cache max-age to 0 seconds --- vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index 65ccb940b..a1a672456 100644 --- a/vercel.json +++ b/vercel.json @@ -1668,11 +1668,11 @@ "headers": [ { "key": "Vercel-CDN-Cache-Control", - "value": "public, s-maxage=300, stale-while-revalidate=604800" + "value": "public, s-maxage=0, stale-while-revalidate=604800" }, { "key": "CDN-Cache-Control", - "value": "public, s-maxage=300, stale-while-revalidate=604800" + "value": "public, s-maxage=0, stale-while-revalidate=604800" }, { "key": "Cache-Control",