Files
84f4b760-01f7-428c-8d3e-49e…/vercel.json
2026-06-21 10:21:28 +00:00

10 lines
159 B
JSON

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