From c093c283a7768a6e762bcbaf3b6d20e9ef070cb0 Mon Sep 17 00:00:00 2001 From: dvelo <52332868+DeveloLongScript@users.noreply.github.com> Date: Sun, 2 Mar 2025 14:37:10 -0600 Subject: [PATCH] fix(www): temp-fix for domains being broken --- apps/www/vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*" } ] }