From 5038f00fbae0afdd7f314fd5a68ba0c79049693e Mon Sep 17 00:00:00 2001 From: chaosinthecrd Date: Thu, 15 Feb 2024 14:27:45 +0000 Subject: [PATCH] docs Signed-off-by: chaosinthecrd --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } ] }