Files
7a12f683-c15e-43ea-80a1-143…/vercel.json
2026-06-23 10:13:28 +00:00

10 lines
159 B
JSON

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