Files
0c1f3f65-5b34-4eb2-949b-b6e…/vercel.json
2026-04-14 11:53:03 +03:00

10 lines
159 B
JSON

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