fix(www): switch to redirects

This commit is contained in:
dvelo 2025-03-02 11:39:23 -06:00
parent 5e5f5e86ef
commit 221979d2f9

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