Skip to content

Commit

Permalink
docs: fix og image for sanity guide (#10205)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser authored Nov 21, 2024
1 parent 9e5e4c9 commit 19c6c4a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Binary file not shown.
16 changes: 16 additions & 0 deletions www/apps/resources/app/integrations/guides/sanity/page.mdx
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
Binary file not shown.

0 comments on commit 19c6c4a

Please sign in to comment.