Files
eab16027-0aaa-4db1-8edb-30e…/vercel.json
2026-04-22 17:46:53 +03:00

10 lines
159 B
JSON

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