mhsf-dev/apps/www/vercel.json

9 lines
119 B
JSON
Raw Normal View History

2025-03-01 17:20:43 -06:00
{
"rewrites": [
2025-03-01 17:27:59 -06:00
{
"source": "/docs/:match*",
"destination": "https://mhsf.mintlify.app/docs/:match*"
}
2025-03-01 17:20:43 -06:00
]
}