Files
ee098e9c-8270-43ff-8ab1-e71…/vercel.json
2026-06-18 12:33:34 +00:00

10 lines
159 B
JSON

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