From 59713e1a850622b79ade5140f3eaeb31812eb3ba Mon Sep 17 00:00:00 2001 From: James Lawton Date: Mon, 23 Mar 2026 14:05:57 +0000 Subject: [PATCH] Fix root URL redirect loop by adding explicit / -> /home redirect --- docs.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs.json b/docs.json index bcd9c906..fb28eb9f 100644 --- a/docs.json +++ b/docs.json @@ -3041,6 +3041,10 @@ } }, "redirects": [ + { + "source": "/", + "destination": "/home" + }, { "source": "/404", "destination": "/404.html"