Files
a80b16e3-ead8-4ba0-90a9-185…/vercel.json
kudinDmitriyUp 6840c535fb Initial commit
2026-04-14 12:22:08 +00:00

10 lines
159 B
JSON

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