Files
fc5c33f4-670d-4126-a6a8-67d…/vercel.json
Nikolay Pecheniev dd16801e9c Initial commit
2026-04-23 12:27:56 +03:00

10 lines
159 B
JSON

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