Files
99ad2ac8-ae44-471f-9fca-6fe…/vercel.json
kudinDmitriyUp e4e866c1f0 Initial commit
2026-04-20 20:41:25 +00:00

10 lines
159 B
JSON

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