diff --git a/apps/www/vercel.json b/apps/www/vercel.json index 646e0e1..1914227 100644 --- a/apps/www/vercel.json +++ b/apps/www/vercel.json @@ -1,8 +1,8 @@ { - "rewrites": [ + "redirects": [ { "source": "/docs/:match*", - "destination": "https://mhsf.mintlify.app/docs/:match*" + "destination": "https://docs.mhsf.app/docs/:match*" } ] }