Skip to content

Commit 2d293d2

Browse files
Update social preview img config (#2111)
1 parent 88ede47 commit 2d293d2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docusaurus.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,15 +215,12 @@ const config = {
215215
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
216216
({
217217
metadata: [
218-
{
219-
name: 'og:image',
220-
content: '/img/metamaskog.jpeg'
221-
},
222218
{
223219
name: "keywords",
224220
content: "MetaMask, SDK, Wallet, API, Dapp, App, Connect, Delegation, Toolkit, Documentation, Smart, Account, Snaps, Infura, Services, Dashboard",
225221
},
226222
],
223+
image: '/img/metamaskog.jpeg',
227224
colorMode: {
228225
respectPrefersColorScheme: true,
229226
},

0 commit comments

Comments
 (0)