Files
e490425c-133b-41cc-8445-f1d…/vercel.json
kudinDmitriyUp a38883caa9 Initial commit
2026-04-17 15:57:52 +00:00

10 lines
159 B
JSON

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