Files
b66d3a0a-2f24-47d5-bff4-9dd…/vercel.json
2026-06-15 09:46:15 +00:00

10 lines
159 B
JSON

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