diff --git a/www/apps/resources/app/integrations/guides/sanity/opengraph-image.jpg b/www/apps/resources/app/integrations/guides/sanity/opengraph-image.jpg deleted file mode 100644 index dc79f5f1fa156..0000000000000 Binary files a/www/apps/resources/app/integrations/guides/sanity/opengraph-image.jpg and /dev/null differ diff --git a/www/apps/resources/app/integrations/guides/sanity/page.mdx b/www/apps/resources/app/integrations/guides/sanity/page.mdx index 17bb1fe2b4672..cdbb79f3c51cb 100644 --- a/www/apps/resources/app/integrations/guides/sanity/page.mdx +++ b/www/apps/resources/app/integrations/guides/sanity/page.mdx @@ -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} diff --git a/www/apps/resources/app/integrations/guides/sanity/twitter-image.jpg b/www/apps/resources/app/integrations/guides/sanity/twitter-image.jpg deleted file mode 100644 index dc79f5f1fa156..0000000000000 Binary files a/www/apps/resources/app/integrations/guides/sanity/twitter-image.jpg and /dev/null differ