diff --git a/vercel.json b/vercel.json index 30786ff693..6d017dc1f3 100644 --- a/vercel.json +++ b/vercel.json @@ -223,6 +223,11 @@ "destination": "/tools/clients/fcl-js", "permanent": true }, + { + "source": "/tools/fcl-js/reference/:path*", + "destination": "/tools/clients/fcl-js/:path*", + "permanent": true + }, { "source": "/tools/fcl-js/sdk-guidelines", "destination": "/tools/clients/fcl-js/sdk-guidelines", @@ -857,6 +862,11 @@ "destination": "/networks/node-ops/nodes/slashing", "permanent": true }, + { + "source": "/build/run-and-secure/staking/schedule", + "destination": "/networks/staking/schedule", + "permanent": true + }, { "source": "/build/run-and-secure/:path*", "destination": "/references/run-and-secure/:path*",