Files
9907835c-9522-4688-a918-90e…/vercel.json
kudinDmitriyUp faf4f7028a Initial commit
2026-06-09 12:36:58 +00:00

10 lines
159 B
JSON

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