Files
5309f850-1bac-4d5a-9246-cd8…/vercel.json
kudinDmitriyUp aa55796a39 Initial commit
2026-06-12 18:52:17 +00:00

10 lines
159 B
JSON

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