Files
a152e944-c0ef-46f7-abbf-65d…/vercel.json
kudinDmitriyUp cb9e88e0fb Initial commit
2026-06-01 13:31:12 +00:00

10 lines
159 B
JSON

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