Files
1814b78f-d267-4e26-97af-ed2…/vercel.json
2026-06-22 22:48:23 +00:00

10 lines
159 B
JSON

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