@@ -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,28 +314,10 @@ 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- } ,
328- // redirect /connect/pay to /connect/universal-bridge
317+ // redirect /connect/pay to /universal-bridge
329318 {
330319 source : "/connect/pay" ,
331- destination : "/connect/universal-bridge" ,
332- permanent : false ,
333- } ,
334- // redirect /auth to /connect/auth
335- {
336- source : "/auth" ,
337- destination : "/connect/auth" ,
338- permanent : false ,
339- } ,
340- // redirect /in-app-wallets to /connect/in-app-wallets
341- {
342- source : "/in-app-wallets" ,
343- destination : "/connect/in-app-wallets" ,
320+ destination : "/universal-bridge" ,
344321 permanent : false ,
345322 } ,
346323 // PREVIOUS CAMPAIGNS
@@ -374,6 +351,37 @@ async function redirects() {
374351 destination : "/superchain" ,
375352 permanent : false ,
376353 } ,
354+ // connect -> build redirects
355+ {
356+ source : "/connect" ,
357+ destination : "/wallets" ,
358+ permanent : false ,
359+ } ,
360+ {
361+ source : "/connect/account-abstraction" ,
362+ destination : "/account-abstraction" ,
363+ permanent : false ,
364+ } ,
365+ {
366+ source : "/connect/universal-bridge" ,
367+ destination : "/universal-bridge" ,
368+ permanent : false ,
369+ } ,
370+ {
371+ source : "/connect/auth" ,
372+ destination : "/auth" ,
373+ permanent : false ,
374+ } ,
375+ {
376+ source : "/connect/in-app-wallets" ,
377+ destination : "/in-app-wallets" ,
378+ permanent : false ,
379+ } ,
380+ {
381+ source : "/engine" ,
382+ destination : "/transactions" ,
383+ permanent : false ,
384+ } ,
377385
378386 ...legacyDashboardToTeamRedirects ,
379387 ] ;
0 commit comments