From 9f0db441133bab90524c26d3b278d7d4865d271c Mon Sep 17 00:00:00 2001 From: Michael Louis Date: Fri, 27 Mar 2026 15:23:02 -0400 Subject: [PATCH] fixed deploy issue --- docs.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs.json b/docs.json index 84ee6783..f7be1613 100644 --- a/docs.json +++ b/docs.json @@ -268,16 +268,12 @@ } }, "redirects": [ - { - "source": "/", - "destination": "/docs" - }, { "source": "/cerebrium/:slug*", "destination": "/:slug*" }, { - "source": "docs/cerebrium/:slug*", + "source": "/docs/cerebrium/:slug*", "destination": "/docs/:slug*" } ],