Create vercel.json

added redirect to the Git Repo if you only go to the Source "/" Domain
This commit is contained in:
Tobias
2020-11-29 02:29:54 +01:00
committed by GitHub
parent fc8e83348e
commit 6fd13a4d72

8
vercel.json Normal file
View File

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