Files
c9747e8c-6dd3-4b8c-b363-b23…/vercel.json
2026-06-23 10:14:02 +00:00

10 lines
159 B
JSON

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