Files
91249255-b5c0-415e-b70f-8e5…/vercel.json
kudinDmitriyUp 498cee89ff Initial commit
2026-05-22 21:14:24 +00:00

10 lines
159 B
JSON

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