From 00952dbf0f25a81ffa0f1aa3022a152feaa7a0d1 Mon Sep 17 00:00:00 2001 From: Khuda Dad Nomani Date: Fri, 21 Jun 2024 16:00:55 +0100 Subject: [PATCH] add cdn cache --- apps/studio-next/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/studio-next/next.config.js b/apps/studio-next/next.config.js index b6fea2b46..3a7e2a5cc 100644 --- a/apps/studio-next/next.config.js +++ b/apps/studio-next/next.config.js @@ -46,7 +46,7 @@ const nextConfig = { value: 'public, s-maxage=31536000, must-revalidate', }, { - key: 'Cache-Control', + key: 'CDN-Cache-Control', value: 'public, max-age=0, must-revalidate', }, ],