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: { logo: {
alt: 'OpenRAG Logo', alt: 'OpenRAG Logo',
src: 'img/logo.svg', src: 'img/logo.svg',
href: '/', href: 'what-is-openrag',
}, },
items: [ items: [
{ {
@ -89,7 +89,7 @@ const config = {
items: [ items: [
{ {
label: 'Getting Started', label: 'Getting Started',
to: '/', to: 'what-is-openrag',
}, },
], ],
}, },