revert-change

This commit is contained in:
Mendon Kissling 2025-09-24 14:25:39 -04:00
parent 6ccdb22a08
commit f5233247a7

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: 'what-is-openrag', href: '/',
}, },
items: [ items: [
{ {
@ -89,7 +89,7 @@ const config = {
items: [ items: [
{ {
label: 'Getting Started', label: 'Getting Started',
to: 'what-is-openrag', to: '/',
}, },
], ],
}, },