admin管理员组

文章数量:1301573

This is the code I have given in layout.tsx, I am using OGraph previewer to see the Open Graph details, the was visible in the previewer, but on sharing through whatsapp the preview image is not visible.

openGraph: {
    description: "description",
    url: ";,
    images: [
      {
        url: ".webp",
        width: 800,
        height: 418,
        alt: "Preview image for Kantar dashboard",
      },
    ],
    type: "website",
  },

本文标签: htmlOg Image preview in nextjs is not visible while sharing through whatsappStack Overflow