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 25898e6 commit 7b76647Copy full SHA for 7b76647
next.config.mjs
@@ -89,6 +89,10 @@ const nextConfig = {
89
source: '/gov-docs/:path*',
90
destination: 'https://scroll-governance-documentation.vercel.app/:path*'
91
},
92
+ {
93
+ source: '/research',
94
+ destination: 'https://scroll-research.vercel.app/research'
95
+ },
96
{
97
source: '/research/:path*',
98
destination: 'https://scroll-research.vercel.app/research/:path*'
0 commit comments