mhsf-dev/apps/www/vercel.json

9 lines
115 B
JSON
Raw Normal View History

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