Skip to content

Commit 706eaac

Browse files
authoredNov 14, 2024··
Update docusaurus.config.ts
Fix blog url in the footer
1 parent 4f18524 commit 706eaac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docusaurus.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const config: Config = {
130130
items: [
131131
{
132132
label: 'Blog',
133-
to: '/blog',
133+
to: 'https://graphics-programming.org/',
134134
},
135135
{
136136
label: 'GitHub',

0 commit comments

Comments
 (0)
Please sign in to comment.