diff --git a/next.config.ts b/next.config.ts index 8e3c525..9f2fc56 100644 --- a/next.config.ts +++ b/next.config.ts @@ -27,7 +27,7 @@ const nextConfig: NextConfig = { }, { key: 'Cache-Control', - value: 'public, max-age=31536000, immutable', + value: 'public, max-age=3600, must-revalidate', }, ], },