Files
0f0b8952-9dc6-48de-af71-fd5…/vercel.json
kudinDmitriyUp bff823cfdf Initial commit
2026-04-21 08:43:42 +00:00

10 lines
159 B
JSON

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