Files
308b50c5-4070-4d26-a91f-75d…/vercel.json
2026-06-14 16:20:39 +00:00

10 lines
159 B
JSON

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