Files
74b7f98b-8487-4c93-be43-98d…/vercel.json
2026-06-16 10:30:28 +00:00

10 lines
159 B
JSON

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