fix(www): redirect loop

This commit is contained in:
dvelo 2025-03-01 17:27:59 -06:00
parent 8f9dc59583
commit 830699a9ef

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