Skip to content

Commit

Permalink
chore: twitter og image is acting up (possible fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
shyakadavis committed Jul 17, 2024
1 parent cf2b6ab commit 61950a5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/routes/+layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ export function load({ url }) {
type: 'image/jpeg'
}
]
},
twitter: {
handle: '@shyakadavis7',
site: 'https://geist.shyakadavis.me/',
cardType: 'summary_large_image' as const,
title,
description,
imageAlt: 'Geist',
image: 'https://geist.shyakadavis.me/og.jpg'
}
}) satisfies MetaTagsProps;

Expand Down

0 comments on commit 61950a5

Please sign in to comment.