Files
ce16ecd6-ee55-4705-b097-62d…/vercel.json
2026-04-27 13:31:16 +03:00

10 lines
159 B
JSON

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