Files
f2e391dc-6022-4382-bd18-674…/vercel.json
kudinDmitriyUp 14a6732cb1 Initial commit
2026-06-12 19:01:30 +00:00

10 lines
159 B
JSON

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