Files
72a9e6c8-3ea5-4e92-9805-019…/vercel.json
kudinDmitriyUp 511289f79a Initial commit
2026-06-25 08:34:27 +00:00

10 lines
159 B
JSON

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