Skip to content

Commit

Permalink
web: fix image for og
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Sep 12, 2024
1 parent a8e7486 commit 9ddbec1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/app/og/[...slug]/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ export function GET(
src={`${baseUrl}/${Logo.src}`}
alt="Carbon Logo"
className="rounded-lg"
width={100}
height={100}
/>
),
description: page.data.description,
Expand Down

0 comments on commit 9ddbec1

Please sign in to comment.