Files
351668da-8190-4236-ad6e-c14…/vercel.json
kudinDmitriyUp a85b61381a Initial commit
2026-06-21 15:42:00 +00:00

10 lines
159 B
JSON

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