Skip to content

Commit bf2d7f5

Browse files
committed
fix: navbar hrefs
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
1 parent b682121 commit bf2d7f5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const config = {
5151
logo: {
5252
alt: 'LoopBack Logo',
5353
src: 'img/logo.svg',
54+
href: 'https://loopback.io'
5455
},
5556
items: [
5657
// {
@@ -59,7 +60,7 @@ const config = {
5960
// position: 'left',
6061
// label: 'Tutorial',
6162
// },
62-
{to: '/blog', label: 'Blog', position: 'left'},
63+
{to: '/', label: 'Blog', position: 'left'},
6364
{
6465
href: 'https://github.com/loopbackio/loopback-next',
6566
label: 'GitHub',

0 commit comments

Comments
 (0)