vercel.json added

This commit is contained in:
Samandar Turgunboyev
2025-11-26 10:34:00 +05:00
parent 1972d9e6d4
commit c6920e1ae6
2 changed files with 18 additions and 2 deletions

15
vercel.json Normal file
View File

@@ -0,0 +1,15 @@
{
"version": 2,
"builds": [
{
"src": "index.html",
"use": "@vercel/static"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/index.html"
}
]
}