Files
247d85d1-1402-41e0-ab1b-0e1…/vercel.json
kudinDmitriyUp ac3e687dde Initial commit
2026-04-17 16:06:45 +00:00

10 lines
159 B
JSON

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