File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff 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 } ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments