Files
fc244ec3-2a99-410c-bad7-b3e…/vercel.json
kudinDmitriyUp d551c68ef1 Initial commit
2026-04-20 09:03:02 +00:00

10 lines
159 B
JSON

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