Files
f6d8453d-1ee4-4b1f-979f-68d…/vercel.json
vitalijmulika c93b313f6a Initial commit
2026-04-24 16:18:00 +03:00

10 lines
159 B
JSON

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