Files
aab19771-6fc7-4a0a-ac6d-38d…/vercel.json
2026-06-15 09:21:36 +00:00

10 lines
159 B
JSON

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