Files
c78450f7-6750-4b73-93f0-901…/vercel.json
kudinDmitriyUp ea3a17b6b6 Initial commit
2026-05-31 02:53:33 +00:00

10 lines
159 B
JSON

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