Files
6b8ae565-ce4a-4ff9-ae67-d7f…/vercel.json
vitalijmulika 61326d34fc Initial commit
2026-04-24 11:54:29 +03:00

10 lines
159 B
JSON

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