Files
772fafc6-6b04-4411-bf81-e36…/vercel.json
vitalijmulika ccf9f2253a Initial commit
2026-05-01 16:36:50 +03:00

10 lines
159 B
JSON

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