Files
d7866200-72a3-4d40-82de-466…/vercel.json
Nikolay Pecheniev d7b0016969 Initial commit
2026-05-06 17:16:12 +03:00

10 lines
159 B
JSON

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