Files
1070a3ec-ac3b-4e5e-a318-58b…/vercel.json
Nikolay Pecheniev 6f20876109 Initial commit
2026-04-17 17:50:33 +03:00

10 lines
159 B
JSON

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