Files
e05f6b3f-45c0-4c09-a056-9c5…/vercel.json
2026-06-14 03:51:54 +00:00

10 lines
159 B
JSON

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