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

jimin pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git


The following commit(s) were added to refs/heads/docusaurus by this push:
     new 3c334999c1 doc: community page pics 404 resolved(#874)
3c334999c1 is described below

commit 3c334999c166b670241423d15a9d5d44771fcb39
Author: Suvendu <[email protected]>
AuthorDate: Fri Oct 4 08:33:04 2024 +0530

    doc: community page pics 404 resolved(#874)
---
 package-lock.json              |   2 +-
 src/pages/community/index.tsx  |  20 ++++++++------------
 static/img/community/image.png | Bin 0 -> 54491 bytes
 3 files changed, 9 insertions(+), 13 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 51008deef5..57448cb5ec 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11382,7 +11382,7 @@
     },
     "node_modules/prism-react-renderer": {
       "version": "2.3.1",
-      "resolved": 
"https://registry.npmmirror.com/prism-react-renderer/-/prism-react-renderer-2.3.1.tgz";,
+      "resolved": 
"https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-2.3.1.tgz";,
       "integrity": 
"sha512-Rdf+HzBLR7KYjzpJ1rSoxT9ioO85nZngQEoFIhL07XhtJHlCU3SOz0GJ6+qvMyQe0Se+BV3qpe6Yd/NmQF5Juw==",
       "dependencies": {
         "@types/prismjs": "^1.26.0",
diff --git a/src/pages/community/index.tsx b/src/pages/community/index.tsx
index 614ff6fc9d..9a8e1bbbe5 100644
--- a/src/pages/community/index.tsx
+++ b/src/pages/community/index.tsx
@@ -48,36 +48,32 @@ const data = {
         link: 'mailto:[email protected]',
       },
       {
-        img: '//img.alicdn.com/tfs/TB1OTCISET1gK0jSZFrXXcNCXXa-344-346.jpg',
-        imgHover:
-          '//img.alicdn.com/tfs/TB1OTCISET1gK0jSZFrXXcNCXXa-344-346.jpg',
+        img: require('@site/static/img/community/image.png').default,
+        imgHover: require('@site/static/img/community/image.png').default,
         title: translate({
           id: 'community.contactsListTitle2',
           message: 'Seata 微信官方公众号(强烈推荐)',
         }),
       },
       {
-        img: '//img.alicdn.com/tfs/TB1nccZi79l0K4jSZFKXXXFjpXa-614-614.jpg',
-        imgHover:
-          '//img.alicdn.com/tfs/TB1nccZi79l0K4jSZFKXXXFjpXa-614-614.jpg',
+        img: require('@site/static/img/community/image.png').default,
+        imgHover: require('@site/static/img/community/image.png').default,
         title: translate({
           id: 'community.contactsListTitle3',
           message: '微信群拉取小助手',
         }),
       },
       {
-        img: 
'//img.alicdn.com/imgextra/i3/O1CN01JP7KIR1ju3dlIdipd_!!6000000004607-0-tps-454-460.jpg',
-        imgHover:
-          
'//img.alicdn.com/imgextra/i3/O1CN01JP7KIR1ju3dlIdipd_!!6000000004607-0-tps-454-460.jpg',
+        img: require('@site/static/img/community/image.png').default,
+        imgHover: require('@site/static/img/community/image.png').default,
         title: translate({
           id: 'community.contactsListTitle4',
           message: '钉钉③群(推荐)',
         }),
       },
       {
-        img: 
'//img.alicdn.com/imgextra/i2/O1CN014QxxzN1GH0sOVYTgf_!!6000000000596-0-tps-300-302.jpg',
-        imgHover:
-          
'//img.alicdn.com/imgextra/i2/O1CN014QxxzN1GH0sOVYTgf_!!6000000000596-0-tps-300-302.jpg',
+        img: require('@site/static/img/community/image.png').default,
+        imgHover: require('@site/static/img/community/image.png').default,
         title: translate({
           id: 'community.contactsListTitle5',
           message: 'QQ③群',
diff --git a/static/img/community/image.png b/static/img/community/image.png
new file mode 100644
index 0000000000..0da581d621
Binary files /dev/null and b/static/img/community/image.png differ


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to