Files
c1ab4da4-7f3b-45ec-aef2-d80…/vercel.json
kudinDmitriyUp 6cacd76ffc Initial commit
2026-05-09 09:45:49 +00:00

10 lines
159 B
JSON

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