FE-MiniERP/vercel.json
2025-06-27 23:25:10 +07:00

9 lines
86 B
JSON

{
"rewrites": [
{
"source": "/(.*)",
"destination": "/"
}
]
}