fix(www): temp-fix for domains being broken

This commit is contained in:
dvelo 2025-03-02 14:37:10 -06:00
parent c7754da7ff
commit c093c283a7

@ -2,7 +2,7 @@
"redirects": [
{
"source": "/docs/:match*",
"destination": "https://docs.mhsf.app/docs/:match*"
"destination": "https://mhsf.mintlify.app/:match*"
}
]
}