docs: fix og image for sanity guide (#10205)

This commit is contained in:
Shahed Nasser
2024-11-21 17:02:49 +02:00
committed by GitHub
parent 9e5e4c9f25
commit 19c6c4af15
3 changed files with 16 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 987 KiB

View File

@@ -1,8 +1,24 @@
import { Card, Prerequisites, Details } from "docs-ui"
import { Github } from "@medusajs/icons"
export const ogImage = "https://res.cloudinary.com/dza7lstvk/image/upload/v1732200494/Medusa%20Resources/opengraph-image_kstzrn.jpg"
export const metadata = {
title: `Integrate Medusa with Sanity`,
openGraph: {
images: [
{
url: ogImage,
width: 1600,
height: 900
}
],
},
twitter: {
images: [
ogImage
]
}
}
# {metadata.title}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 987 KiB