@@ -238,11 +238,6 @@ async function redirects() {
238
238
destination : "/contracts/explore" ,
239
239
permanent : false ,
240
240
} ,
241
- {
242
- source : "/build" ,
243
- destination : "/contracts/modular-contracts" ,
244
- permanent : false ,
245
- } ,
246
241
{
247
242
source : "/ui-components" ,
248
243
destination : "/sdk" ,
@@ -319,28 +314,10 @@ async function redirects() {
319
314
destination : "/templates/:slug" ,
320
315
permanent : false ,
321
316
} ,
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
329
318
{
330
319
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" ,
344
321
permanent : false ,
345
322
} ,
346
323
// PREVIOUS CAMPAIGNS
@@ -374,6 +351,37 @@ async function redirects() {
374
351
destination : "/superchain" ,
375
352
permanent : false ,
376
353
} ,
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
+ } ,
377
385
378
386
...legacyDashboardToTeamRedirects ,
379
387
] ;
0 commit comments