Add vercel.json

This commit is contained in:
1ilit 2024-02-27 15:16:14 +02:00
parent 711f8cb19b
commit 9feac14c3e

5
vercel.json Normal file
View File

@ -0,0 +1,5 @@
{
"rewrites": [
{"source": "/(.*)", "destination": "/"}
]
}