first commit

This commit is contained in:
Web-serfer 2026-03-30 20:21:41 +05:00
commit 4a589825c2
297 changed files with 33019 additions and 0 deletions

22
vercel.json Normal file
View file

@ -0,0 +1,22 @@
{
"version": 2,
"framework": "astro",
"settings": {
"frameworkVersion": "5.17.1"
},
"builds": [
{
"src": "frontend/package.json",
"use": "@vercel/static-build",
"config": {
"distDir": "dist"
}
}
],
"routes": [
{
"src": "/(.*)",
"dest": "frontend/dist/$1"
}
]
}