Files
121f191b-b1cd-4beb-91fd-e5a…/vercel.json
kudinDmitriyUp 0ebe6bb0a2 Initial commit
2026-06-12 09:00:13 +00:00

10 lines
159 B
JSON

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