From cddeab7c0df129153fafdbfe9c131c02fdd74def Mon Sep 17 00:00:00 2001 From: chaosinthecrd Date: Thu, 15 Feb 2024 14:19:34 +0000 Subject: [PATCH] adding vercel json Signed-off-by: chaosinthecrd --- vercel.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 00000000..0b8ff71d --- /dev/null +++ b/vercel.json @@ -0,0 +1,8 @@ +{ + "rewrites": [ + { + "source": "/", + "destination": "https://witness.in-toto.chaosinthe.dev" + } + ] +}