This commit is contained in:
Samandar Turgunboyev
2025-12-19 16:45:40 +05:00
parent e67a4846e7
commit 462d25f21f

8
vercel.json Normal file
View File

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