From 3e2442d6dc5e5277d65414e6b8d2c19d41ace13b Mon Sep 17 00:00:00 2001 From: Radu Mojic Date: Thu, 1 Aug 2024 17:55:03 +0300 Subject: [PATCH] rename share icon in order to avoid twitter cache --- README.md | 2 +- docusaurus.config.js | 2 +- static/img/{share.jpg => social.jpg} | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename static/img/{share.jpg => social.jpg} (100%) diff --git a/README.md b/README.md index 0208751cf..fd7b2cb12 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The repository contains the [documentation](https://docs.multiversx.com) for the MultiversX Network protocol. -![docs.multiversx.com](https://github.com/multiversx/mx-docs/blob/main/static/img/share.jpg) +![docs.multiversx.com](https://github.com/multiversx/mx-docs/blob/main/static/img/social.jpg) ## About diff --git a/docusaurus.config.js b/docusaurus.config.js index 3681d2429..31e5da719 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -95,7 +95,7 @@ const config = { }, // Replace with your project's social card - image: "img/share.jpg", + image: "img/social.jpg", metadata: [ { name: "twitter:site", content: "@MultiversX" }, diff --git a/static/img/share.jpg b/static/img/social.jpg similarity index 100% rename from static/img/share.jpg rename to static/img/social.jpg