Files
21a9d6d7-75ca-41b8-95fe-8b3…/vercel.json
kudinDmitriyUp c1a99b9b08 Initial commit
2026-05-07 17:29:39 +00:00

10 lines
159 B
JSON

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