diff --git a/apps/web/next.config.ts b/apps/web/next.config.ts index ff0157ff154..d1e1f0f8ab8 100644 --- a/apps/web/next.config.ts +++ b/apps/web/next.config.ts @@ -27,13 +27,7 @@ const nextConfig: NextConfig = { return [ { source: "/((?!_next/static|_next/image|favicon\\.ico).*)", - headers: [ - { - key: "Cache-Control", - value: "private, no-cache, no-store, max-age=0, must-revalidate", - }, - { key: "X-Denchclaw-Version", value: denchVersion }, - ], + headers: [{ key: "X-Denchclaw-Version", value: denchVersion }], }, ]; },