Files
f00e083f-e051-49ad-b45e-13d…/vercel.json
kudinDmitriyUp 3006defb7c Initial commit
2026-05-01 07:16:28 +00:00

10 lines
159 B
JSON

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