Files
eeeb8db4-4623-40b4-9888-abb…/vercel.json
2026-06-16 15:42:39 +00:00

10 lines
159 B
JSON

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