Files
6874f636-c322-4bec-b931-48c…/vercel.json
kudinDmitriyUp d715b0cb59 Initial commit
2026-04-28 10:30:44 +00:00

10 lines
159 B
JSON

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