Skip to content

Commit 4b8467c

Browse files
committed
chore: comment out blog link in docusaurus.config.ts for removal
1 parent 39355b5 commit 4b8467c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docusaurus.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const config: Config = {
7676
position: "left",
7777
},
7878
{ to: "/contributors", label: "Contributors", position: "left" },
79-
{ to: "https://blog.treve.dev", label: "Blog", position: "right" },
79+
// { to: "https://blog.treve.dev", label: "Blog", position: "right" },
8080
{
8181
href: "https://github.com/evert-arias/EasyButton",
8282
label: "GitHub",
@@ -124,10 +124,10 @@ const config: Config = {
124124
{
125125
title: "Community",
126126
items: [
127-
{
128-
label: "Blog",
129-
to: "https://blog.treve.dev/",
130-
},
127+
// {
128+
// label: "Blog",
129+
// to: "https://blog.treve.dev/",
130+
// },
131131
{
132132
label: "GitHub",
133133
href: "https://github.com/evert-arias/EasyButton",

0 commit comments

Comments
 (0)