From 6fd13a4d728ee89bef340f90cc0ff68ae6fdbca2 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sun, 29 Nov 2020 02:29:54 +0100 Subject: [PATCH] Create vercel.json added redirect to the Git Repo if you only go to the Source "/" Domain --- 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 0000000..faa3997 --- /dev/null +++ b/vercel.json @@ -0,0 +1,8 @@ + { + "redirects": [ + { + "source": "/", + "destination": "https://github.com/novatorem/novatorem" + } + ] +}