Files
0faa4547-c4ac-4577-96fa-b99…/vercel.json
Nikolay Pecheniev af5064840c Initial commit
2026-04-23 12:34:18 +03:00

10 lines
159 B
JSON

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