Files
6b211e8a-ddc8-44c2-96f1-2bc…/vercel.json
kudinDmitriyUp 4390af1f6e Initial commit
2026-06-12 18:47:50 +00:00

10 lines
159 B
JSON

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