🤖 Add vercel route conf

This commit is contained in:
SebClem 2022-06-17 22:05:55 +02:00
parent e2b775e59f
commit f8d174224c
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

3
vercel.json Normal file
View File

@ -0,0 +1,3 @@
{
"rewrites": [{ "source": "/:path*", "destination": "/index.html" }]
}