Files
dd3ef1d8-1cd3-480d-8571-b8d…/vercel.json
kudinDmitriyUp be2335727c Initial commit
2026-04-25 20:13:49 +00:00

10 lines
159 B
JSON

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