Skip to content

Commit

Permalink
chore(navbar): add a link to blog
Browse files Browse the repository at this point in the history
  • Loading branch information
aamir1995 committed Oct 2, 2023
1 parent 0417ddb commit 3501157
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const config = {
position: "left",
label: "Playground",
},
// { to: '/blog', label: 'Blog', position: 'left' },
{ to: '/blog', label: 'Blog', position: 'left' },
{
type: "dropdown",
position: "right",
Expand Down Expand Up @@ -139,10 +139,10 @@ const config = {
{
title: "More",
items: [
// {
// label: 'Blog',
// to: '/blog',
// },
{
label: 'Blog',
to: '/blog',
},
{
label: "GitHub",
href: baseGithub,
Expand Down

0 comments on commit 3501157

Please sign in to comment.