diff --git a/next.config.mjs b/next.config.mjs index d59c2af1d..47f10bc87 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -110,8 +110,7 @@ const nextConfig = { destination: '/?utm_source=x&utm_medium=social&utm_campaign=Emily', permanent: false, }, - { source: "/research", destination: "/technology", permanent: true }, - ] + { source: "/research/:path*", destination: "/technology/:path*", permanent: true } ] }, async rewrites() { return [ diff --git a/src/components/Header/data.ts b/src/components/Header/data.ts index 88e485248..1a51be31d 100644 --- a/src/components/Header/data.ts +++ b/src/components/Header/data.ts @@ -148,12 +148,6 @@ const mainnetNavigations: Navigation[] = [ key: "technology", href: "https://scroll.io/technology", }, - { - rootKey: "vision", - label: "Technology", - key: "technology", - href: "https://docs.scroll.io/en/technology/", - }, { rootKey: "vision", label: "Strategy",