From 499969728b7aaeed7bb28d5acebd96896bd04aaf Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Tue, 23 Sep 2025 13:44:38 -0400 Subject: [PATCH] fix-base-path --- docs/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index c4175c09..4248c3e2 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -71,7 +71,7 @@ const config = { logo: { alt: 'OpenRAG Logo', src: 'img/logo.svg', - href: '/', + href: 'what-is-openrag', }, items: [ { @@ -89,7 +89,7 @@ const config = { items: [ { label: 'Getting Started', - to: '/', + to: 'what-is-openrag', }, ], },