Files
bd414c86-362c-4d9d-9fc3-ef6…/vercel.json
2026-04-20 23:13:33 +03:00

10 lines
159 B
JSON

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