Skip to content

Commit 1759244

Browse files
Fix redirects (#2135)
1 parent 34c12bc commit 1759244

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

vercel.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"destination": "/sdk/"
5252
},
5353
{
54-
"source": "/sdk/quickstart/:path*",
55-
"destination": "/sdk/connect/:path*"
54+
"source": "/sdk/quickstart/:path*/",
55+
"destination": "/sdk/connect/:path*/"
5656
},
5757
{
5858
"source": "/sdk/introduction/supported-platforms/",
@@ -88,7 +88,7 @@
8888
},
8989
{
9090
"source": "/wallet/connect/3rd-party-libraries/wagmi/",
91-
"destination": "/sdk/quickstart/javascript-wagmi"
91+
"destination": "/sdk/connect/javascript-wagmi"
9292
},
9393
{
9494
"source": "/wallet/connect/3rd-party-libraries/web3-onboard/",
@@ -685,6 +685,18 @@
685685
{
686686
"source": "/services/gas-api/api-reference/busythreshold/",
687687
"destination": "/services/reference/gas-api/api-reference/busythreshold/"
688+
},
689+
{
690+
"source": "/services/reference/:path*/json-rpc-methods/eth_sign/",
691+
"destination": "/services/get-started/infura/"
692+
},
693+
{
694+
"source": "/services/reference/:path*/json-rpc-methods/eth_sendtransaction/",
695+
"destination": "/services/get-started/infura/"
696+
},
697+
{
698+
"source": "/services/reference/:path*/json-rpc-methods/eth_coinbase/",
699+
"destination": "/services/get-started/infura/"
688700
}
689701
]
690702
}

0 commit comments

Comments
 (0)