Files
126d055f-5fc8-4cce-9d9e-d55…/vercel.json
vitalijmulika adfe8a0114 Initial commit
2026-04-29 13:11:05 +03:00

10 lines
159 B
JSON

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