configure vercel for routing

This commit is contained in:
Robin Malfait
2020-09-20 21:29:56 +02:00
parent 458466aa2a
commit d479be59dd
+3
View File
@@ -0,0 +1,3 @@
{
"routes": [{ "handle": "filesystem" }, { "src": "/(.*)", "status": 404, "dest": "/404.html" }]
}