diff --git a/polkadot-wiki/docusaurus.config.js b/polkadot-wiki/docusaurus.config.js index 72f3d198d8ea..bdedf14647cf 100644 --- a/polkadot-wiki/docusaurus.config.js +++ b/polkadot-wiki/docusaurus.config.js @@ -281,14 +281,14 @@ module.exports = { }, docsSideNavCollapsible: true, /* Banner / Announcement bar */ - announcementBar: { - id: "banner", - content: - 'The Polkadot Blockchain Academy is coming to Asia! Find out more 👉', - backgroundColor: '#e6007a', - textColor: 'white', - isCloseable: true, - }, +// announcementBar: { +// id: "banner", +// content: +// 'The Polkadot Blockchain Academy is coming to Asia! Find out more 👉', +// backgroundColor: '#e6007a', +// textColor: 'white', +// isCloseable: true, +// }, image: 'img/og-polkadot-wiki.png' }, };