Files
74dcc55e-31fd-4281-93c5-ed4…/vercel.json
2026-06-14 05:29:51 +00:00

10 lines
159 B
JSON

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