Files
ea2907e2-e38c-4c5b-acc4-f03…/vercel.json
Nikolay Pecheniev 4904e6ef37 Initial commit
2026-05-01 13:51:11 +03:00

10 lines
159 B
JSON

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