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

bzp2010 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 024979f  feat: optimized twitter card display (#778)
024979f is described below

commit 024979f78d5e92d52e922ff549133f75f32e9add
Author: Baoyuan <baoyuan....@gmail.com>
AuthorDate: Mon Nov 29 04:03:37 2021 -0600

    feat: optimized twitter card display (#778)
---
 website/docusaurus.config.js         |   6 +++++-
 website/static/img/apache-apisix.png | Bin 0 -> 125614 bytes
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index d715721..dfbab64 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -412,7 +412,7 @@ module.exports = {
       disableSwitch: false,
       respectPrefersColorScheme: false,
     },
-    image: 'img/favicon.png',
+    image: 'img/apache-apisix.png',
     metadatas: [
       {
         name: "description",
@@ -422,6 +422,10 @@ module.exports = {
       {
         name: "robots",
         content: "index,follow"
+      },
+      {
+        name: "twitter:card",
+        content: "summary",
       }
     ],
     gtag: {
diff --git a/website/static/img/apache-apisix.png 
b/website/static/img/apache-apisix.png
new file mode 100644
index 0000000..22c0a52
Binary files /dev/null and b/website/static/img/apache-apisix.png differ

Reply via email to