fix: Vercel

This commit is contained in:
Myzel394 2023-02-19 09:04:09 +01:00
parent 4301c7adb3
commit c2b6c21fb2
No known key found for this signature in database
GPG Key ID: 79CC92F37B3E1A2B

5
vercel.json Normal file
View File

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