From 73b0a1fcf84c21fa6952d2e46edc3c098692f1bf Mon Sep 17 00:00:00 2001 From: Lewis Carhart Date: Sat, 8 Feb 2025 13:02:51 +0000 Subject: [PATCH] fix: moved to mintlify.dev --- apps/web/vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/vercel.json b/apps/web/vercel.json index 243d7dd8bd..214a85dd37 100644 --- a/apps/web/vercel.json +++ b/apps/web/vercel.json @@ -2,11 +2,11 @@ "rewrites": [ { "source": "/docs", - "destination": "https://bubbaaiinc.mintlify.app/introduction" + "destination": "https://bubbaaiinc.mintlify.dev/introduction" }, { "source": "/docs/:match*", - "destination": "https://bubbaaiinc.mintlify.app/docs/:match*" + "destination": "https://bubbaaiinc.mintlify.dev/docs/:match*" } ] } \ No newline at end of file