Skip to content

Commit eee1f07

Browse files
committed
add social card
1 parent adf7058 commit eee1f07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const config = {
7979
themeConfig:
8080
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
8181
({
82-
image: "img/nav-logo.jpg",
82+
image: "img/codeharborhub-social-card.jpg",
8383
announcementBar: {
8484
id: "announcementBar",
8585
content:
@@ -110,7 +110,7 @@ const config = {
110110
},
111111
{
112112
property: "og:image",
113-
content: "https://codeharborhub.github.io/img/nav-logo.jpg",
113+
content: "https://codeharborhub.github.io/img/codeharborhub-social-card.jpg",
114114
},
115115
{ property: "og:url", content: "https://codeharborhub.github.io" },
116116
],
313 KB
Loading

0 commit comments

Comments
 (0)