Files
ced8d945-3edd-43e9-9a5b-8b2…/vercel.json
2026-06-13 14:47:46 +00:00

10 lines
159 B
JSON

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