docs: added opengraph image (#2547)
* docs: added opengraph image * re-ran install
This commit is contained in:
Binary file not shown.
@@ -36,6 +36,20 @@ const config = {
|
|||||||
require.resolve("docusaurus-plugin-image-zoom")
|
require.resolve("docusaurus-plugin-image-zoom")
|
||||||
],
|
],
|
||||||
themeConfig: {
|
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'
|
||||||
|
}
|
||||||
|
],
|
||||||
colorMode: {
|
colorMode: {
|
||||||
defaultMode: 'light',
|
defaultMode: 'light',
|
||||||
disableSwitch: false,
|
disableSwitch: false,
|
||||||
|
|||||||
Vendored
BIN
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
Reference in New Issue
Block a user