Files
8f693d71-a0fa-4b8c-9da9-05c…/vercel.json
2026-06-21 20:03:42 +00:00

10 lines
159 B
JSON

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