Next.js Discord

Discord Forum

Open Graph Meta Tag Image

Answered
Yellowstripe scad posted this in #help-forum
Open in Discord
Yellowstripe scadOP
Hey
i have implemented the open graph image tag but i can't get the logo to appear in the top right corner as in the example. how can i do that?
Answered by joulev
try
export const metadata = {
  // ...
  twitter: { card: "summary" },
  // ...
};
View full answer

4 Replies

Yellowstripe scadOP
my image only appears below the text like this:
Answer
Yellowstripe scadOP
i will try, thx
@joulev try tsx export const metadata = { // ... twitter: { card: "summary" }, // ... };
Yellowstripe scadOP
worked, thx a lot