This commit is contained in:
2025-07-24 18:23:17 +05:00
commit b080698cb0
11 changed files with 6637 additions and 0 deletions

7
vercel.json Normal file
View File

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