@@ -238,11 +238,6 @@ async function redirects() {
238238 destination : "/contracts/explore" ,
239239 permanent : false ,
240240 } ,
241- {
242- source : "/build" ,
243- destination : "/contracts/modular-contracts" ,
244- permanent : false ,
245- } ,
246241 {
247242 source : "/ui-components" ,
248243 destination : "/sdk" ,
@@ -319,12 +314,6 @@ async function redirects() {
319314 destination : "/templates/:slug" ,
320315 permanent : false ,
321316 } ,
322- // redirect /account-abstraction to /connect/account-abstraction
323- {
324- source : "/account-abstraction" ,
325- destination : "/connect/account-abstraction" ,
326- permanent : false ,
327- } ,
328317 // redirect /connect/pay to /connect/universal-bridge
329318 {
330319 source : "/connect/pay" ,
@@ -374,6 +363,28 @@ async function redirects() {
374363 destination : "/superchain" ,
375364 permanent : false ,
376365 } ,
366+ // connect -> build redirects
367+ {
368+ source : "/connect" ,
369+ destination : "/wallets" ,
370+ permanent : false ,
371+ } ,
372+ {
373+ source : "/connect/account-abstraction" ,
374+ destination : "/account-abstraction" ,
375+ permanent : false ,
376+ } ,
377+ {
378+ source : "/connect/universal-bridge" ,
379+ destination : "/universal-bridge" ,
380+ permanent : false ,
381+ } ,
382+ {
383+ source : "/engine" ,
384+ destination : "/transactions" ,
385+ permanent : false ,
386+ } ,
387+ //
377388
378389 ...legacyDashboardToTeamRedirects ,
379390 ] ;
0 commit comments