Files
fed33187-c3c8-48cb-af25-4ca…/vercel.json
kudinDmitriyUp 7291bfa6c1 Initial commit
2026-06-02 23:26:33 +00:00

10 lines
159 B
JSON

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