chore: add redirect to gh repo

This commit is contained in:
anuraghazra 2020-07-21 21:24:39 +05:30
parent 6c16020c53
commit 8284be105d

8
vercel.json Normal file
View File

@ -0,0 +1,8 @@
{
"redirects": [
{
"source": "/",
"destination": "https://github.com/anuraghazra/github-readme-stats"
}
]
}