Files
c0e4ff08-a702-4697-bbcb-a88…/vercel.json
2026-06-25 08:05:40 +00:00

10 lines
159 B
JSON

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