Merge pull request #133 from anuraghazra/add-redirect

chore: add redirect to gh repo
This commit is contained in:
Anurag Hazra 2020-07-21 21:26:46 +05:30 committed by GitHub
commit dc3e9a59f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
vercel.json Normal file
View File

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