Files
1fc64612-1e1a-4be9-ac98-722…/vercel.json
kudinDmitriyUp 3cf2c122fb Initial commit
2026-06-02 12:54:34 +00:00

10 lines
159 B
JSON

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