Files
a37f030d-6e8a-4f3d-9f23-1ce…/vercel.json
vitalijmulika fb5d40bc69 Initial commit
2026-04-29 13:20:41 +03:00

10 lines
159 B
JSON

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