Skip to content

Commit 8dc87ef

Browse files
[Docs] Update redirects for wallets and payments paths
1 parent a491de4 commit 8dc87ef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apps/portal/redirects.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,7 @@ const walletRedirects = {
712712

713713
const paymentRedirects = {
714714
"/pay": "/payments",
715+
"/pay/:path*": "/payments",
715716
"/checkouts": "/payments",
716717
"/checkouts/api-reference": "/payments/nft-checkout/api-reference",
717718
"/checkouts/checkout-link": "/payments/nft-checkout/checkout-link",
@@ -920,7 +921,6 @@ const otherRedirects = {
920921
"/connect/account-abstraction": "/connect/account-abstraction/overview",
921922
// connect
922923
"/connect/connect": "/connect/sign-in",
923-
"/connect/ecosystems/:path*": "/connect/wallet/overview",
924924
"/connect/embedded-wallet/how-to/get-embedded-wallet-details-on-server":
925925
"/connect/in-app-wallet/how-to/get-in-app-wallet-details-on-server",
926926
"/connect/in-app-wallet/how-to/get-in-app-wallet-details-on-server":
@@ -1021,6 +1021,9 @@ const otherRedirects = {
10211021
"/connect/wallet/server": "/wallets/server",
10221022
"/connect/account-abstraction/get-started": "/wallets/sponsor-gas",
10231023
"/connect/account-abstraction/:path*": "/wallets/sponsor-gas",
1024+
"/connect/pay/:path*": "/payments",
1025+
"/connect/ecosystems/:path*": "/wallets/ecosystem/set-up",
1026+
"/connect/:path*": "/wallets",
10241027
"/wallets/in-app-wallet/custom-auth/configuration": "/wallets/custom-auth",
10251028
"/connect/wallets/user-management/link-multiple-identity":
10261029
"/wallets/link-profiles",

0 commit comments

Comments
 (0)