Files
6bd0b72e-5397-47e5-9145-1ab…/vercel.json
2026-04-17 20:41:16 +03:00

10 lines
159 B
JSON

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