Skip to content

Commit

Permalink
Add RGBDS' name to social media preview
Browse files Browse the repository at this point in the history
Fixes #64
  • Loading branch information
ISSOtm committed Aug 22, 2024
1 parent ebdbca3 commit 6bf288c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
metadata: [
{ name: "og:image", content: "https://rgbds.gbdev.io/img/logo.png" },
{ name: "og:image:width", content: "128" },
{ name: "og:image:height", content: "128" },
{ name: "og:image", content: "https://rgbds.gbdev.io/img/logo-lock.png" },
{ name: "og:image:width", content: "1002" },
{ name: "og:image:height", content: "250" },
{ name: "og:image:alt", content: "RGBDS' logo" },
{ name: "twitter:site", content: "@gbdev0" },
],
Expand Down
Binary file added static/img/logo-lock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/img/logo.png
Binary file not shown.

0 comments on commit 6bf288c

Please sign in to comment.