diff --git a/next.config.ts b/next.config.ts index 5c228840..ad07b9bb 100644 --- a/next.config.ts +++ b/next.config.ts @@ -204,7 +204,6 @@ const nextConfig: NextConfig = { permanent: true, })); return [ - { source: "/trading-apps", destination: "/benchmarks", permanent: false }, { source: "/live", destination: "/", permanent: true }, { source: "/networks", destination: "/", permanent: true }, { source: "/providers", destination: "/products", permanent: true },