We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3422c commit da1a0edCopy full SHA for da1a0ed
2 files changed
docs/docusaurus.config.ts
@@ -187,11 +187,11 @@ const config: Config = {
187
metadata: [
188
{name: 'og:title', content: TITLE},
189
{name: 'og:description', content: TAGLINE},
190
- {name: 'og:image', content: '/img/logo.svg'},
+ {name: 'og:image', content: '/img/logo.png'},
191
{name: 'twitter:card', content: 'summary_large_image'},
192
{name: 'twitter:title', content: TITLE},
193
{name: 'twitter:description', content: TAGLINE},
194
- {name: 'twitter:image', content: '/img/logo.svg'},
+ {name: 'twitter:image', content: '/img/logo.png'},
195
],
196
} satisfies Preset.ThemeConfig,
197
};
docs/static/img/logo.png
17.2 KB
0 commit comments