Files
7d9d4027-c066-469d-8d84-eb9…/vercel.json
2026-04-20 23:21:28 +03:00

10 lines
159 B
JSON

{
"buildCommand": "npm run build",
"outputDirectory": "dist",
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}