From 0fec21f0792f8ff50b69ad4a428fab0cfa0f7b2f Mon Sep 17 00:00:00 2001 From: Khuda Dad Nomani Date: Fri, 21 Jun 2024 16:06:46 +0100 Subject: [PATCH] change cache --- apps/studio-next/next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/studio-next/next.config.js b/apps/studio-next/next.config.js index 3a7e2a5cc..8dbd6e5a7 100644 --- a/apps/studio-next/next.config.js +++ b/apps/studio-next/next.config.js @@ -42,11 +42,11 @@ const nextConfig = { source: '/', headers: [ { - key: 'Netlify-CDN-Cache-Control', + key: 'CDN-Cache-Control', value: 'public, s-maxage=31536000, must-revalidate', }, { - key: 'CDN-Cache-Control', + key: 'Cache-Control', value: 'public, max-age=0, must-revalidate', }, ],