Files
81ffe1bf-6fcf-4846-b301-e35…/vercel.json
kudinDmitriyUp aa03286840 Initial commit
2026-06-10 17:00:10 +00:00

10 lines
159 B
JSON

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