From 0f5317f0baeb2aaf921396d5cfb8ccb6427e4753 Mon Sep 17 00:00:00 2001 From: Derek Cofausper <256792747+decofe@users.noreply.github.com> Date: Wed, 8 Apr 2026 21:53:56 +0000 Subject: [PATCH] fix: redirect faucet.tempo.xyz to faucet page, add bridge.tempo.xyz redirect - faucet.tempo.xyz now redirects to /quickstart/faucet instead of /guide/getting-funds - bridge.tempo.xyz redirects to /guide/getting-funds Co-Authored-By: Brendan Ryan <1572504+brendanjryan@users.noreply.github.com> Amp-Thread-ID: https://ampcode.com/threads/T-019d6f15-a391-730a-a564-7c3b35456376 --- vercel.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) 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 },