Files
0e44cdf3-86c5-4376-bdb8-ed4…/vercel.json
2026-06-14 10:28:50 +00:00

10 lines
159 B
JSON

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