Files
e3148c9e-9e74-44c3-a200-21a…/vercel.json
2026-06-13 23:22:06 +00:00

10 lines
159 B
JSON

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