From 9276794d13ad074114f007e7b7d5f300499eefb8 Mon Sep 17 00:00:00 2001 From: Florent Tapponnier <160007691+Flotapponnier@users.noreply.github.com> Date: Wed, 19 Aug 2026 17:13:59 +0200 Subject: [PATCH] remove redirect trading-apps -> benchmarks --- next.config.ts | 1 - 1 file changed, 1 deletion(-) 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 },