Skip to content

Commit b6afcb0

Browse files
authored
Merge pull request #1557 from scroll-tech/sepolia
rename research to technology
2 parents e86ec67 + 10722d8 commit b6afcb0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

next.config.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const nextConfig = {
110110
destination: '/?utm_source=x&utm_medium=social&utm_campaign=Emily',
111111
permanent: false,
112112
},
113-
113+
{ source: "/research", destination: "/technology", permanent: true },
114114
]
115115
},
116116
async rewrites() {
@@ -120,12 +120,12 @@ const nextConfig = {
120120
destination: 'https://scroll-governance-documentation.vercel.app/:path*'
121121
},
122122
{
123-
source: '/research',
124-
destination: 'https://scroll-research.vercel.app/research'
123+
source: '/technology',
124+
destination: 'https://scroll-research.vercel.app/technology'
125125
},
126126
{
127-
source: '/research/:path*',
128-
destination: 'https://scroll-research.vercel.app/research/:path*'
127+
source: '/technology/:path*',
128+
destination: 'https://scroll-research.vercel.app/technology/:path*'
129129
}
130130
]
131131
},

src/components/Header/data.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ const mainnetNavigations: Navigation[] = [
144144
children: [
145145
{
146146
rootKey: "vision",
147-
label: "Research",
148-
key: "research",
149-
href: "https://scroll.io/research",
147+
label: "Technology",
148+
key: "technology",
149+
href: "https://scroll.io/technology",
150150
},
151151
{
152152
rootKey: "vision",

0 commit comments

Comments
 (0)