Files
862be1fb-58ce-4744-9063-00b…/vercel.json
2026-06-14 10:58:05 +00:00

10 lines
159 B
JSON

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