Files
c6fd5900-89c0-48e1-b2e9-10f…/vercel.json
kudinDmitriyUp 4d35b49fcb Initial commit
2026-06-11 21:37:24 +00:00

10 lines
159 B
JSON

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