Files
e1639584-b16d-427c-b5bb-88c…/vercel.json
kudinDmitriyUp be6339fd4a Initial commit
2026-04-22 04:52:11 +00:00

10 lines
159 B
JSON

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