Files
b23249d4-a6ab-43e2-af26-296…/vercel.json
2026-06-23 08:51:52 +00:00

10 lines
159 B
JSON

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