Files
fd869928-d733-462c-bd26-c9d…/vercel.json
Nikolay Pecheniev 6d6e72da9b Initial commit
2026-04-24 16:15:48 +03:00

10 lines
159 B
JSON

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