From a16c38bbe882bacfda6a1ab677ba6a286964c41b Mon Sep 17 00:00:00 2001 From: yanguoyu Date: Thu, 28 May 2026 12:18:52 +0800 Subject: [PATCH] Disable cache components by default --- next.config.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/next.config.ts b/next.config.ts index d066f56356..6d4ae2a2b6 100644 --- a/next.config.ts +++ b/next.config.ts @@ -21,7 +21,6 @@ const nextConfig: NextConfig = { env: { NEXT_PUBLIC_BASE_PATH: basePath, }, - cacheComponents: true, devIndicators: false, poweredByHeader: false, reactCompiler: true, @@ -44,7 +43,6 @@ const nextConfig: NextConfig = { }, experimental: { prefetchInlining: true, - cachedNavigations: true, appNewScrollHandler: true, inlineCss: true, turbopackFileSystemCacheForDev: true,