Files
abb170ef-753e-4c34-ba28-ff2…/vercel.json
2026-06-22 11:21:30 +00:00

10 lines
159 B
JSON

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