Files
novatorem/vercel.json
Tobias 6fd13a4d72 Create vercel.json
added redirect to the Git Repo if you only go to the Source "/" Domain
2020-11-29 02:29:54 +01:00

9 lines
121 B
JSON

{
"redirects": [
{
"source": "/",
"destination": "https://github.com/novatorem/novatorem"
}
]
}