From 569bcf44b88c6c4f0a3ade42a54ea3d689c4bbd6 Mon Sep 17 00:00:00 2001 From: Michael Louis Date: Fri, 27 Mar 2026 15:27:03 -0400 Subject: [PATCH 1/2] fixed deploy issue --- docs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.json b/docs.json index f7be1613..30850911 100644 --- a/docs.json +++ b/docs.json @@ -270,7 +270,7 @@ "redirects": [ { "source": "/cerebrium/:slug*", - "destination": "/:slug*" + "destination": "docs/:slug*" }, { "source": "/docs/cerebrium/:slug*", From 52ca3ecf387f322b2c19eebe54bdeed534b882ac Mon Sep 17 00:00:00 2001 From: Michael Louis Date: Fri, 27 Mar 2026 15:27:11 -0400 Subject: [PATCH 2/2] fixed deploy issue --- docs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.json b/docs.json index 30850911..05e9a2b7 100644 --- a/docs.json +++ b/docs.json @@ -270,7 +270,7 @@ "redirects": [ { "source": "/cerebrium/:slug*", - "destination": "docs/:slug*" + "destination": "/docs/:slug*" }, { "source": "/docs/cerebrium/:slug*",