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" + } + ] +}