Files
5099fc0c-1811-4e0d-9883-344…/vercel.json
2026-06-14 16:43:06 +00:00

10 lines
159 B
JSON

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