Files
a4f4d4f5-48ae-4290-8820-21c…/vercel.json
kudinDmitriyUp f6afb3d305 Initial commit
2026-06-10 14:45:53 +00:00

10 lines
159 B
JSON

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