Files
d1a2f309-b9fe-4acd-a8cc-cf0…/vercel.json
2026-04-28 15:30:34 +03:00

10 lines
159 B
JSON

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