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,