diff --git a/vercel.json b/vercel.json index 90447e03..d1604725 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,13 @@ { "redirects": [ { - "source": "/:path", + "source": "/", + "has": [{ "type": "host", "value": "faucet.tempo.xyz" }], + "destination": "https://docs.tempo.xyz/quickstart/faucet", + "permanent": false + }, + { + "source": "/:path*", "has": [{ "type": "host", "value": "faucet.tempo.xyz" }], "destination": "https://docs.tempo.xyz/quickstart/faucet", "permanent": false