From 8284be105d01bc86135f7e13823fac1f00f9bcb7 Mon Sep 17 00:00:00 2001 From: anuraghazra Date: Tue, 21 Jul 2020 21:24:39 +0530 Subject: [PATCH] chore: add redirect to gh repo --- 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..8306d9f --- /dev/null +++ b/vercel.json @@ -0,0 +1,8 @@ +{ + "redirects": [ + { + "source": "/", + "destination": "https://github.com/anuraghazra/github-readme-stats" + } + ] +}