Files
3fe4bb80-4f47-41fb-8e68-bb7…/vercel.json
kudinDmitriyUp b564fee5ae Initial commit
2026-06-28 20:10:34 +00:00

10 lines
159 B
JSON

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