Files
770374e1-c3f5-465e-9937-e1b…/vercel.json
2026-06-23 14:15:16 +00:00

10 lines
159 B
JSON

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