From 099d5f225c46bca80b6a956e9d1b6476f55ddcc2 Mon Sep 17 00:00:00 2001 From: Khuda Dad Nomani Date: Fri, 21 Jun 2024 16:27:46 +0100 Subject: [PATCH] change cache max-age --- 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 0efe65432..7a84fd9cd 100644 --- a/apps/studio-next/next.config.js +++ b/apps/studio-next/next.config.js @@ -43,7 +43,7 @@ const nextConfig = { headers: [ { key: 'CDN-Cache-Control', - value: 'public, max-age=31536000, must-revalidate', + value: 'public, max-age=36400, must-revalidate', }, { key: 'Cache-Control',