docs: added meta image (#2550)
This commit is contained in:
@@ -36,20 +36,7 @@ const config = {
|
|||||||
require.resolve("docusaurus-plugin-image-zoom")
|
require.resolve("docusaurus-plugin-image-zoom")
|
||||||
],
|
],
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
metadata: [
|
image: 'img/docs-banner.jpg',
|
||||||
{
|
|
||||||
name: 'og:image',
|
|
||||||
content: 'https://docs.medusajs.com/img/docs-banner.jpg'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'og:image:width',
|
|
||||||
content: '1200'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: 'og:image:height',
|
|
||||||
content: '630'
|
|
||||||
}
|
|
||||||
],
|
|
||||||
colorMode: {
|
colorMode: {
|
||||||
defaultMode: 'light',
|
defaultMode: 'light',
|
||||||
disableSwitch: false,
|
disableSwitch: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user