Files
7d83bdd6-a17f-4835-b8ff-9b0…/vercel.json
kudinDmitriyUp 6ce1fc6a8c Initial commit
2026-07-02 12:46:06 +00:00

10 lines
159 B
JSON

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