From a10d14edea159d113d36a3c489f062e3a9736c3c Mon Sep 17 00:00:00 2001 From: Michael Louis Date: Fri, 27 Mar 2026 15:06:34 -0400 Subject: [PATCH 1/2] redirect hack --- docs.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs.json b/docs.json index 8399667..ddfbab0 100644 --- a/docs.json +++ b/docs.json @@ -272,6 +272,14 @@ } }, "redirects": [ + { + "source": "/", + "destination": "/docs" + }, + { + "source": "/cerebrium/:slug*", + "destination": "/docs/:slug*" + }, { "source": "/cerebrium/:slug*", "destination": "/:slug*" From 8d887be3ec0c7f0df4d3e9ef8472b19af4da11c5 Mon Sep 17 00:00:00 2001 From: Michael Louis Date: Fri, 27 Mar 2026 15:08:12 -0400 Subject: [PATCH 2/2] fixed deploy issue --- docs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.json b/docs.json index 349df65..6b7dd20 100644 --- a/docs.json +++ b/docs.json @@ -274,10 +274,10 @@ }, { "source": "/cerebrium/:slug*", - "destination": "/docs/:slug*" + "destination": "/:slug*" }, { - "source": "/cerebrium/:slug*", + "source": "docs/cerebrium/:slug*", "destination": "/:slug*" } ],