feat: Add vercel.json

This commit is contained in:
2025-06-16 12:37:25 +03:00
parent d415441af8
commit 78800ee2ae
7 changed files with 16 additions and 9 deletions

3
vercel.json Normal file
View File

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