diff --git a/apps/www/vercel.json b/apps/www/vercel.json index 1914227..52a7952 100644 --- a/apps/www/vercel.json +++ b/apps/www/vercel.json @@ -2,7 +2,7 @@ "redirects": [ { "source": "/docs/:match*", - "destination": "https://docs.mhsf.app/docs/:match*" + "destination": "https://mhsf.mintlify.app/:match*" } ] }