Files
bc0e1d76-8302-4b5b-ba51-14d…/vercel.json
2026-06-22 10:44:44 +00:00

10 lines
159 B
JSON

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