Skip to content

Commit 25898e6

Browse files
authored
feat: add research blog (#1404)
1 parent 27ba93a commit 25898e6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

next.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ const nextConfig = {
8888
{
8989
source: '/gov-docs/:path*',
9090
destination: 'https://scroll-governance-documentation.vercel.app/:path*'
91+
},
92+
{
93+
source: '/research/:path*',
94+
destination: 'https://scroll-research.vercel.app/research/:path*'
9195
}
9296
]
9397
},

src/components/Header/constants.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,12 @@ const mainnetNavigations = [
309309
},
310310
],
311311
},
312+
{
313+
label: "Research",
314+
key: "research",
315+
href: "/research",
316+
isExternal: true,
317+
},
312318
{
313319
label: "Resources",
314320
key: "resources",

0 commit comments

Comments
 (0)