Files
209472e3-aa64-46ee-b6bb-0cf…/vercel.json
kudinDmitriyUp 3cf5e79568 Initial commit
2026-04-20 08:21:27 +00:00

10 lines
159 B
JSON

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