Files
48154da4-8514-4fe6-86b4-ad8…/vercel.json
2026-06-21 15:56:38 +00:00

10 lines
159 B
JSON

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