Files
60e125d7-c77f-4576-9bf2-66a…/vercel.json
kudinDmitriyUp 4992712a06 Initial commit
2026-06-06 14:50:21 +00:00

10 lines
159 B
JSON

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