Skip to content

Commit 43bad42

Browse files
committed
[fix] Blog link now links to actual Blog
1 parent 5129f48 commit 43bad42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const config: Config = {
149149
items: [
150150
{
151151
label: "Blog",
152-
to: "https://graphics-programming.org/",
152+
to: "https://graphics-programming.org/blog",
153153
},
154154
{
155155
label: "GitHub",

0 commit comments

Comments
 (0)