feat: modernize sign-in and responsive refactor

This commit is contained in:
CycroftX
2026-02-15 13:32:32 +05:30
commit af34d85f76
131 changed files with 21675 additions and 0 deletions

11
vercel.json Normal file
View File

@@ -0,0 +1,11 @@
{
"buildCommand": "npm run build",
"outputDirectory": "dist",
"framework": "vite",
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}