Skip to content

Commit 14c1005

Browse files
committed
fix(navbar): fix link
1 parent dcd3653 commit 14c1005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ const config: Config = {
107107
{ to: "/showcase", label: "Projects", position: "left" },
108108
{ to: "/blog", label: "Blog", position: "left" },
109109
{
110-
to: "https://nicholas-goh/grafana",
110+
to: "https://nicholas-goh.com/grafana",
111111
label: "Grafana",
112112
position: "left",
113113
},
114114
{
115-
to: "https://nicholas-goh/langfuse",
115+
to: "https://nicholas-goh.com/langfuse",
116116
label: "Langfuse",
117117
position: "left",
118118
},

0 commit comments

Comments
 (0)