diff --git a/vercel.json b/vercel.json new file mode 100644 index 00000000..d97debb8 --- /dev/null +++ b/vercel.json @@ -0,0 +1,10 @@ +{ + "redirects": [ + { + "source": "/:path*", + "has": [{ "type": "host", "value": "faucet.tempo.xyz" }], + "destination": "https://docs.tempo.xyz/quickstart/faucet", + "permanent": false + } + ] +}