Files
8408a3bc-4b40-4217-bf50-75b…/vercel.json
2026-06-22 10:35:31 +00:00

10 lines
159 B
JSON

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