diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000000000..8306d9f7896bb --- /dev/null +++ b/vercel.json @@ -0,0 +1,8 @@ +{ + "redirects": [ + { + "source": "/", + "destination": "https://github.com/anuraghazra/github-readme-stats" + } + ] +}