dev@locazia: try add vercel.json

This commit is contained in:
user 2024-03-05 16:52:28 +03:00
parent 9fdac72f6e
commit 5c3500d17c
1 changed files with 3 additions and 0 deletions

3
vercel.json Normal file
View File

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