From 221979d2f92e7e2c5a03f87a95f3c32c69c8c163 Mon Sep 17 00:00:00 2001 From: dvelo <52332868+DeveloLongScript@users.noreply.github.com> Date: Sun, 2 Mar 2025 11:39:23 -0600 Subject: [PATCH] fix(www): switch to redirects --- apps/www/vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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*" } ] }