Skip to content

Commit

Permalink
Merge pull request #39 from deccer/main
Browse files Browse the repository at this point in the history
Adjust some settings
  • Loading branch information
deccer authored Nov 10, 2024
2 parents 2e53c08 + 3142191 commit d20376e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import remarkMath from 'remark-math';
import rehypeKatex from 'rehype-katex';

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

Expand Down Expand Up @@ -58,7 +58,7 @@ const config: Config = {
},
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/GraphicsProgramming/',
'https://github.com/GraphicsProgramming/blog',
// Useful options to enforce blogging best practices
onInlineTags: 'warn',
onInlineAuthors: 'warn',
Expand All @@ -83,7 +83,7 @@ const config: Config = {
defaultMode: 'dark',
respectPrefersColorScheme: true,
},
image: 'img/discord-banner.jpg',
image: 'img/gp-discord-logo.gif',
navbar: {
title: 'Graphics Programming',
logo: {
Expand Down

0 comments on commit d20376e

Please sign in to comment.