Skip to content

Commit

Permalink
Why is this so hard
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Aug 24, 2024
1 parent 59c3b8d commit 94cd52a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/web/src/app/(default)/bottles/[bottleId]/(tabs)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ export async function generateMetadata({
return {
title: bottle.fullName,
description,
image: bottle.imageUrl,
images: [bottle.imageUrl],
openGraph: {
title: bottle.fullName,
description: description,
image: bottle.imageUrl,
images: [bottle.imageUrl],
},
twitter: {
card: "summary",
image: bottle.imageUrl,
images: [bottle.imageUrl],
},
};
}
Expand Down

0 comments on commit 94cd52a

Please sign in to comment.