Skip to content

Commit 7b76647

Browse files
committed
fix: update rewrites logic
1 parent 25898e6 commit 7b76647

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

next.config.mjs

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

0 commit comments

Comments
 (0)