Files
cf46d827-af05-4e4a-b0ae-c1c…/vercel.json
Nikolay Pecheniev 0553edfcb1 Initial commit
2026-04-17 19:07:48 +03:00

10 lines
159 B
JSON

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