docs: added meta image (#2550)

This commit is contained in:
Shahed Nasser
2022-11-04 15:42:43 +02:00
committed by GitHub
parent 2cf26d7071
commit f7126fc9e1

View File

@@ -36,20 +36,7 @@ const config = {
require.resolve("docusaurus-plugin-image-zoom")
],
themeConfig: {
metadata: [
{
name: 'og:image',
content: 'https://docs.medusajs.com/img/docs-banner.jpg'
},
{
name: 'og:image:width',
content: '1200'
},
{
name: 'og:image:height',
content: '630'
}
],
image: 'img/docs-banner.jpg',
colorMode: {
defaultMode: 'light',
disableSwitch: false,