Files
4af64fca-64b0-4da9-9b1f-717…/vercel.json
kudinDmitriyUp f6189564e9 Initial commit
2026-05-15 10:44:31 +00:00

10 lines
159 B
JSON

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