Skip to content

Commit 8e03e08

Browse files
authored
Merge pull request #69 from Project-Babble/main
add blog back
2 parents c3d6a90 + 0a4cef1 commit 8e03e08

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docusaurus.config.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const config = {
8080
position: 'left',
8181
label: 'Tutorial',
8282
},
83-
// {to: '/blog', label: 'Blog', position: 'left'},
83+
{to: '/blog', label: 'Blog', position: 'left'},
8484
{
8585
href: 'https://github.com/SummerSigh/ProjectBabble',
8686
label: 'GitHub',
@@ -120,10 +120,10 @@ const config = {
120120
{
121121
title: 'More',
122122
items: [
123-
// {
124-
// label: 'Blog',
125-
// to: '/blog',
126-
// },
123+
{
124+
label: 'Blog',
125+
to: '/blog',
126+
},
127127
{
128128
label: 'GitHub',
129129
href: 'https://github.com/Project-Babble/ProjectBabble',

0 commit comments

Comments
 (0)