Skip to content

Commit

Permalink
Merge pull request #31 from deccer/main
Browse files Browse the repository at this point in the history
Fix discord banner
  • Loading branch information
deccer authored Nov 1, 2024
2 parents 4fec212 + feb015c commit 53ec289
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/discord-server/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'Discord Server'
description: 'All about our discord server community'
slug: 'discord-server'
image: 'https://cdn.discordapp.com/splashes/318590007881236480/d0e3bd057a0b2cf557c3e120c1a277ae.jpg?size=480'
image: 'img/discord-banner.jpg'
---

We are a diverse community of graphics programming enthusiasts from humble hobbyists to full-on professionals, with all levels of mastery of Vulkan, Direct3D, OpenGL, etc!
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const config: Config = {
defaultMode: 'dark',
respectPrefersColorScheme: true,
},
image: 'https://cdn.discordapp.com/splashes/318590007881236480/d0e3bd057a0b2cf557c3e120c1a277ae.jpg',
image: 'img/discord-banner.jpg',
navbar: {
title: 'Graphics Programming',
logo: {
Expand Down
Binary file added static/img/discord-banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 53ec289

Please sign in to comment.