Files
6615b2df-8700-4192-b055-6bc…/vercel.json
2026-05-05 23:59:21 +03:00

10 lines
159 B
JSON

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