diff --git a/vercel.json b/vercel.json index edee13aa..355c5d34 100644 --- a/vercel.json +++ b/vercel.json @@ -8,7 +8,7 @@ "value": "faucet.tempo.xyz" } ], - "destination": "https://docs.tempo.xyz/guide/getting-funds", + "destination": "https://docs.tempo.xyz/quickstart/faucet", "permanent": false }, { @@ -19,6 +19,28 @@ "value": "faucet.tempo.xyz" } ], + "destination": "https://docs.tempo.xyz/quickstart/faucet", + "permanent": false + }, + { + "source": "/", + "has": [ + { + "type": "host", + "value": "bridge.tempo.xyz" + } + ], + "destination": "https://docs.tempo.xyz/guide/getting-funds", + "permanent": false + }, + { + "source": "/:path*", + "has": [ + { + "type": "host", + "value": "bridge.tempo.xyz" + } + ], "destination": "https://docs.tempo.xyz/guide/getting-funds", "permanent": false },