Files
01f3c561-8c94-4b1d-ad8e-9b2…/vercel.json
2026-06-14 11:25:56 +00:00

10 lines
159 B
JSON

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