Skip to content

Commit cae0048

Browse files
JoeMattclaude
andcommitted
fix: correct OG image height — header.png is 1200x400 not 1200x630
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7b10d5c commit cae0048

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const metadata: Metadata = {
2727
{
2828
url: "/header.png",
2929
width: 1200,
30-
height: 630,
30+
height: 400,
3131
alt: "iFly – Dreamcast Emulator for iOS & tvOS",
3232
},
3333
],

0 commit comments

Comments
 (0)