Files
d52fe5f2-7d8a-475c-b7c9-bec…/vercel.json
kudinDmitriyUp 6dbcf0dff8 Initial commit
2026-05-08 23:07:29 +00:00

10 lines
159 B
JSON

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