Files
275d4552-a914-4a76-85b3-09b…/vercel.json
2026-06-15 20:41:00 +00:00

10 lines
159 B
JSON

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