Skip to content

Commit d20376e

Browse files
authored
Merge pull request #39 from deccer/main
Adjust some settings
2 parents 2e53c08 + 3142191 commit d20376e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docusaurus.config.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import remarkMath from 'remark-math';
55
import rehypeKatex from 'rehype-katex';
66

77
const config: Config = {
8-
title: 'Graphics Programming Discord Server',
8+
title: 'Graphics Programming Discord',
99
tagline: 'Articles, guides, tips and tricks from and for frogs and forgis of the graphics programming discord',
1010
favicon: 'img/favicon.ico',
1111

@@ -58,7 +58,7 @@ const config: Config = {
5858
},
5959
// Remove this to remove the "edit this page" links.
6060
editUrl:
61-
'https://github.com/GraphicsProgramming/',
61+
'https://github.com/GraphicsProgramming/blog',
6262
// Useful options to enforce blogging best practices
6363
onInlineTags: 'warn',
6464
onInlineAuthors: 'warn',
@@ -83,7 +83,7 @@ const config: Config = {
8383
defaultMode: 'dark',
8484
respectPrefersColorScheme: true,
8585
},
86-
image: 'img/discord-banner.jpg',
86+
image: 'img/gp-discord-logo.gif',
8787
navbar: {
8888
title: 'Graphics Programming',
8989
logo: {

0 commit comments

Comments
 (0)