Files
c8baa01b-52d4-4eda-8e9e-109…/vercel.json
2026-06-22 11:05:12 +00:00

10 lines
159 B
JSON

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