Files
2b7cb165-78d6-4017-9b03-1a5…/vercel.json
kudinDmitriyUp 4f6065a254 Initial commit
2026-06-30 19:33:54 +00:00

10 lines
159 B
JSON

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