Files
ff43dfae-cdc8-40e4-9d1c-3f4…/vercel.json
2026-06-16 15:02:48 +00:00

10 lines
159 B
JSON

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