Files
be47178c-8a1c-47f3-836d-41f…/vercel.json
2026-06-23 11:31:21 +00:00

10 lines
159 B
JSON

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