fix-base-path
This commit is contained in:
parent
a8c8383259
commit
499969728b
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue