You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ti...@apache.org on 2023/08/15 09:02:53 UTC

[curator-site] branch main updated: feat: add social card

This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/curator-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 1cb1ffc  feat: add social card
1cb1ffc is described below

commit 1cb1ffc443d131daa63e42bcfa5ca63c02ef9c04
Author: tison <wa...@gmail.com>
AuthorDate: Tue Aug 15 17:02:20 2023 +0800

    feat: add social card
    
    Signed-off-by: tison <wa...@gmail.com>
---
 docusaurus.config.js           |   2 +-
 static/img/curator-highres.png | Bin 0 -> 654903 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 3b4a179..98fe59c 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -42,7 +42,7 @@ const config = {
     themeConfig:
     /** @type {import('@docusaurus/preset-classic').ThemeConfig} */
         ({
-            image: 'img/docusaurus-social-card.jpg',
+            image: 'img/curator-highres.png',
             colorMode: {
                 defaultMode: 'light',
                 disableSwitch: true
diff --git a/static/img/curator-highres.png b/static/img/curator-highres.png
new file mode 100644
index 0000000..929569a
Binary files /dev/null and b/static/img/curator-highres.png differ