diff --git a/vercel.json b/vercel.json index 0b8ff71d..c7559156 100644 --- a/vercel.json +++ b/vercel.json @@ -2,7 +2,7 @@ "rewrites": [ { "source": "/", - "destination": "https://witness.in-toto.chaosinthe.dev" + "destination": "/docs" } ] }