Files
f7890752-6c47-4df6-bfc2-7e5…/vercel.json
kudinDmitriyUp c322577658 Initial commit
2026-05-30 13:08:18 +00:00

10 lines
159 B
JSON

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