Files
6aa4a437-c99b-4171-84e9-2a2…/vercel.json
kudinDmitriyUp 5afd6058be Initial commit
2026-05-07 16:13:20 +00:00

10 lines
159 B
JSON

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