Files
832c0d53-f4e8-4f2b-9f2a-1b0…/vercel.json
kudinDmitriyUp fe8f416815 Initial commit
2026-04-17 14:58:46 +00:00

10 lines
159 B
JSON

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