-
Hello, Is there a easy way to customize the opengraph image style (beyond title, description, site, icon, primaryTextColor, primaryColor) ? I want to add a custom ImageResponse JSX element to modify the default layout (like sunar.js.org docs open graph) but preserving the static generation built-in fumadocs. I'm struggling to get a functional solution, any help is appreciated. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I will recommend you to implement that with just Next.js built-in features. The default one is a minimal version, see https://nextjs.org/docs/app/api-reference/file-conventions/metadata/opengraph-image |
Beta Was this translation helpful? Give feedback.
I will recommend you to implement that with just Next.js built-in features. The default one is a minimal version, see https://nextjs.org/docs/app/api-reference/file-conventions/metadata/opengraph-image