Files
5b98fc0b-20f9-4a86-8eab-95e…/vercel.json
Nikolay Pecheniev 29eb4d9f78 Initial commit
2026-04-22 12:58:00 +03:00

10 lines
159 B
JSON

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