Files
aafccb47-7204-471d-8a3e-6f7…/vercel.json
kudinDmitriyUp 361368a7ab Initial commit
2026-04-26 02:45:06 +00:00

10 lines
159 B
JSON

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