Skip to content

Commit

Permalink
feat: add github preset
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jan 27, 2025
1 parent d6ee00c commit 6b9df15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/og.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export async function generateSocialImages(
debugLog('social', `Generating social media images from ${input}`)

const sizes = {
'og-github': { width: 1280, height: 640 },
'og-facebook': { width: 1200, height: 630 },
'og-twitter': { width: 1200, height: 600 },
'og-linkedin': { width: 1104, height: 736 },
Expand Down

0 comments on commit 6b9df15

Please sign in to comment.