feat(config): added vercel.json

This commit is contained in:
Corentin Thomasset
2022-04-16 16:53:21 +02:00
parent 34480b4e25
commit 2e046ad09f

3
vercel.json Normal file
View File

@@ -0,0 +1,3 @@
{
"routes": [{ "handle": "filesystem" }, { "src": "/(.*)", "dest": "/index.html" }]
}