Skip to content

Commit 289306f

Browse files
committed
fix(config): route issue
1 parent db81afd commit 289306f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docusaurus.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ const config = {
125125
target: "_self",
126126
},
127127
items: [
128-
// {
129-
// to: "/",
130-
// position: "right",
131-
// label: "Tutorial",
132-
// },
128+
{
129+
to: "/",
130+
position: "right",
131+
label: "Tutorial",
132+
},
133133
{
134134
href: "https://github.com/codeharborhub",
135135
position: "right",

0 commit comments

Comments
 (0)