diff --git a/next.config.mjs b/next.config.mjs index 710816f..ba7a1c6 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -5,10 +5,6 @@ const nextConfig = { { source: '/:path*', headers: [ - { - key: 'Cache-Control', - value: 'no-store', - }, { key: 'X-Robots-Tag', value: 'index, follow',