From 9a1141ee675c55c2ade480edf5edf399c97be51f Mon Sep 17 00:00:00 2001 From: Alexandra Tran Date: Wed, 2 Jul 2025 17:56:03 -0700 Subject: [PATCH] Fix redirects --- vercel.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/vercel.json b/vercel.json index 3c03cb0bbaa..a0b36c47448 100644 --- a/vercel.json +++ b/vercel.json @@ -51,8 +51,8 @@ "destination": "/sdk/" }, { - "source": "/sdk/quickstart/:path*", - "destination": "/sdk/connect/:path*" + "source": "/sdk/quickstart/:path*/", + "destination": "/sdk/connect/:path*/" }, { "source": "/sdk/introduction/supported-platforms/", @@ -88,7 +88,7 @@ }, { "source": "/wallet/connect/3rd-party-libraries/wagmi/", - "destination": "/sdk/quickstart/javascript-wagmi" + "destination": "/sdk/connect/javascript-wagmi" }, { "source": "/wallet/connect/3rd-party-libraries/web3-onboard/", @@ -685,6 +685,18 @@ { "source": "/services/gas-api/api-reference/busythreshold/", "destination": "/services/reference/gas-api/api-reference/busythreshold/" + }, + { + "source": "/services/reference/:path*/json-rpc-methods/eth_sign/", + "destination": "/services/get-started/infura/" + }, + { + "source": "/services/reference/:path*/json-rpc-methods/eth_sendtransaction/", + "destination": "/services/get-started/infura/" + }, + { + "source": "/services/reference/:path*/json-rpc-methods/eth_coinbase/", + "destination": "/services/get-started/infura/" } ] }