Skip to content

Commit

Permalink
feat: ogp image
Browse files Browse the repository at this point in the history
  • Loading branch information
lilpacy committed Jul 3, 2024
1 parent 3ca85ac commit 3e336a2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const config: Config = {

themeConfig: {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
image: 'img/animechain-ai-social-card.png',
navbar: {
title: '',
logo: {
Expand All @@ -67,7 +67,7 @@ const config: Config = {
items: [
{
type: 'doc',
docId: 'introduction', // 正しいドキュメントIDを指定
docId: 'introduction',
position: 'left',
label: 'Whitepaper',
},
Expand Down
Binary file added static/img/animechain-ai-social-card.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/docusaurus-social-card.jpg
Binary file not shown.
Binary file removed static/img/docusaurus.png
Binary file not shown.

0 comments on commit 3e336a2

Please sign in to comment.