From 10722d8850a6ffca319b8b16ae004409fb9d44ba Mon Sep 17 00:00:00 2001 From: zzq0826 <12936800+zzq0826@users.noreply.github.com> Date: Tue, 14 Oct 2025 16:20:05 +0800 Subject: [PATCH] rename research to technology --- next.config.mjs | 10 +++++----- src/components/Header/data.ts | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index cd1cf19b8..d59c2af1d 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -110,7 +110,7 @@ const nextConfig = { destination: '/?utm_source=x&utm_medium=social&utm_campaign=Emily', permanent: false, }, - + { source: "/research", destination: "/technology", permanent: true }, ] }, async rewrites() { @@ -120,12 +120,12 @@ const nextConfig = { destination: 'https://scroll-governance-documentation.vercel.app/:path*' }, { - source: '/research', - destination: 'https://scroll-research.vercel.app/research' + source: '/technology', + destination: 'https://scroll-research.vercel.app/technology' }, { - source: '/research/:path*', - destination: 'https://scroll-research.vercel.app/research/:path*' + source: '/technology/:path*', + destination: 'https://scroll-research.vercel.app/technology/:path*' } ] }, diff --git a/src/components/Header/data.ts b/src/components/Header/data.ts index 34e263844..88e485248 100644 --- a/src/components/Header/data.ts +++ b/src/components/Header/data.ts @@ -144,9 +144,9 @@ const mainnetNavigations: Navigation[] = [ children: [ { rootKey: "vision", - label: "Research", - key: "research", - href: "https://scroll.io/research", + label: "Technology", + key: "technology", + href: "https://scroll.io/technology", }, { rootKey: "vision",