Files
c83c3a47-d50b-4edc-b851-055…/vercel.json
2026-04-21 17:38:49 +03:00

10 lines
159 B
JSON

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