This commit is contained in:
Samandar Turgunboyev
2025-11-27 16:04:34 +05:00
parent 969e32be09
commit d282c36aae
3 changed files with 432 additions and 208 deletions

5
vercel.json Normal file
View File

@@ -0,0 +1,5 @@
{
"version": 2,
"builds": [{ "src": "package.json", "use": "@vercel/next" }],
"routes": [{ "src": "/(.*)", "dest": "/" }]
}