Skip to content

Commit a79cb6c

Browse files
committed
fix: use summary_large_image for twitter seo meta
1 parent 986e27f commit a79cb6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/composables/usePageSEO.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export function usePageSEO(page: PageMeta) {
3333
type: 'image/png',
3434
alt: page.description || appConfig.site.description,
3535
},
36+
twitterCard: 'summary_large_image',
3637
twitterImage: {
3738
url: ogURL.href,
3839
width: 1200,

0 commit comments

Comments
 (0)