Files
522c8c66-9050-4b1f-8cde-5a7…/vercel.json
kudinDmitriyUp 7680e89f44 Initial commit
2026-04-27 14:54:25 +00:00

10 lines
159 B
JSON

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