Files
271975d4-9208-43fd-b889-4f9…/vercel.json
2026-06-23 11:11:46 +00:00

10 lines
159 B
JSON

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