fix-base-path

This commit is contained in:
Mendon Kissling 2025-09-23 13:44:38 -04:00
parent a8c8383259
commit 499969728b

View file

@ -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',
},
],
},