docs: added meta image (#2550)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user