Files
265f14c2-47e7-4928-9b3d-94d…/vercel.json
kudinDmitriyUp bdb2b56fd2 Initial commit
2026-04-30 22:20:41 +00:00

10 lines
159 B
JSON

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