We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ba93a commit 25898e6Copy full SHA for 25898e6
next.config.mjs
@@ -88,6 +88,10 @@ const nextConfig = {
88
{
89
source: '/gov-docs/:path*',
90
destination: 'https://scroll-governance-documentation.vercel.app/:path*'
91
+ },
92
+ {
93
+ source: '/research/:path*',
94
+ destination: 'https://scroll-research.vercel.app/research/:path*'
95
}
96
]
97
},
src/components/Header/constants.ts
@@ -309,6 +309,12 @@ const mainnetNavigations = [
309
310
],
311
312
313
+ label: "Research",
314
+ key: "research",
315
+ href: "/research",
316
+ isExternal: true,
317
318
319
label: "Resources",
320
key: "resources",
0 commit comments