Files
bfc91603-c55e-4471-9fe6-bb3…/vercel.json
kudinDmitriyUp b94afbcf7a Initial commit
2026-06-09 22:11:12 +00:00

10 lines
159 B
JSON

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