Files
38a9e953-02e9-45a9-8c19-172…/vercel.json
kudinDmitriyUp bdad1a7728 Initial commit
2026-04-21 12:33:19 +00:00

10 lines
159 B
JSON

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