Files
1385f0f5-6561-4bce-bc99-d32…/vercel.json
kudinDmitriyUp d97a4a3598 Initial commit
2026-05-17 12:22:47 +00:00

10 lines
159 B
JSON

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