@@ -712,6 +712,7 @@ const walletRedirects = {
712
712
713
713
const paymentRedirects = {
714
714
"/pay" : "/payments" ,
715
+ "/pay/:path*" : "/payments" ,
715
716
"/checkouts" : "/payments" ,
716
717
"/checkouts/api-reference" : "/payments/nft-checkout/api-reference" ,
717
718
"/checkouts/checkout-link" : "/payments/nft-checkout/checkout-link" ,
@@ -920,7 +921,6 @@ const otherRedirects = {
920
921
"/connect/account-abstraction" : "/connect/account-abstraction/overview" ,
921
922
// connect
922
923
"/connect/connect" : "/connect/sign-in" ,
923
- "/connect/ecosystems/:path*" : "/connect/wallet/overview" ,
924
924
"/connect/embedded-wallet/how-to/get-embedded-wallet-details-on-server" :
925
925
"/connect/in-app-wallet/how-to/get-in-app-wallet-details-on-server" ,
926
926
"/connect/in-app-wallet/how-to/get-in-app-wallet-details-on-server" :
@@ -1021,6 +1021,9 @@ const otherRedirects = {
1021
1021
"/connect/wallet/server" : "/wallets/server" ,
1022
1022
"/connect/account-abstraction/get-started" : "/wallets/sponsor-gas" ,
1023
1023
"/connect/account-abstraction/:path*" : "/wallets/sponsor-gas" ,
1024
+ "/connect/pay/:path*" : "/payments" ,
1025
+ "/connect/ecosystems/:path*" : "/wallets/ecosystem/set-up" ,
1026
+ "/connect/:path*" : "/wallets" ,
1024
1027
"/wallets/in-app-wallet/custom-auth/configuration" : "/wallets/custom-auth" ,
1025
1028
"/connect/wallets/user-management/link-multiple-identity" :
1026
1029
"/wallets/link-profiles" ,
0 commit comments