Files
b1313785-c764-4a83-8426-9c5…/vercel.json
kudinDmitriyUp d9cafff54e Initial commit
2026-05-17 13:29:58 +00:00

10 lines
159 B
JSON

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