Files
1adcf7a3-b7fe-4401-87a0-9f4…/vercel.json
2026-06-14 22:50:20 +00:00

10 lines
159 B
JSON

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