diff --git a/apps/studio-next/next.config.js b/apps/studio-next/next.config.js index 7a84fd9cd..1bd552274 100644 --- a/apps/studio-next/next.config.js +++ b/apps/studio-next/next.config.js @@ -42,13 +42,9 @@ const nextConfig = { source: '/', headers: [ { - key: 'CDN-Cache-Control', + key: 'Netlify-CDN-Cache-Control', value: 'public, max-age=36400, must-revalidate', }, - { - key: 'Cache-Control', - value: 'public, max-age=0, must-revalidate', - }, ], }, ]