Files
d8a967c5-3611-4b71-b1a2-d99…/vercel.json
2026-06-19 21:35:05 +00:00

10 lines
159 B
JSON

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