Files
fec1ebe1-da9b-411c-ae3b-420…/vercel.json
2026-06-15 12:48:29 +00:00

10 lines
159 B
JSON

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