diff options
| author | MohamedBassem <me@mbassem.com> | 2024-04-23 20:43:03 +0100 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-04-23 20:43:03 +0100 |
| commit | ab92969b7ec356c6c8978a596d6ed2c29dd3a907 (patch) | |
| tree | d3aea5bde1ea4af6b5e35bf80a37a7b3093f4d8b /docs | |
| parent | 88b92d8eb2a203f7092314a5d9c9a7070b568b6d (diff) | |
| download | karakeep-ab92969b7ec356c6c8978a596d6ed2c29dd3a907.tar.zst | |
fix(docs): Update the social image from the generic docusaurus image
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docusaurus.config.ts | 3 | ||||
| -rw-r--r-- | docs/static/img/opengraph-image.png | bin | 0 -> 3195946 bytes |
2 files changed, 1 insertions, 2 deletions
diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 7a091164..b4562440 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -48,8 +48,7 @@ const config: Config = { ], themeConfig: { - // Replace with your project's social card - image: 'img/docusaurus-social-card.jpg', + image: 'img/opengraph-image.png', navbar: { title: '', logo: { diff --git a/docs/static/img/opengraph-image.png b/docs/static/img/opengraph-image.png Binary files differnew file mode 100644 index 00000000..b0dce115 --- /dev/null +++ b/docs/static/img/opengraph-image.png |
