diff --git a/polkadot-wiki/docusaurus.config.js b/polkadot-wiki/docusaurus.config.js index ae043c152fea..44bebe7a4aa5 100644 --- a/polkadot-wiki/docusaurus.config.js +++ b/polkadot-wiki/docusaurus.config.js @@ -311,6 +311,6 @@ module.exports = { // textColor: 'white', // isCloseable: true, // }, - image: 'img/og-polkadot-wiki.png' + image: 'img/wiki-share-image.png' }, }; \ No newline at end of file diff --git a/polkadot-wiki/static/img/og-polkadot-wiki.png b/polkadot-wiki/static/img/og-polkadot-wiki.png deleted file mode 100644 index 53aedfdabf41..000000000000 Binary files a/polkadot-wiki/static/img/og-polkadot-wiki.png and /dev/null differ diff --git a/polkadot-wiki/static/img/wiki-share-image.png b/polkadot-wiki/static/img/wiki-share-image.png new file mode 100644 index 000000000000..62f26b6e9c31 Binary files /dev/null and b/polkadot-wiki/static/img/wiki-share-image.png differ