Skip to content

Commit

Permalink
metatag: change twitter:card to summary_large_image
Browse files Browse the repository at this point in the history
  • Loading branch information
flsilva committed Jan 31, 2024
1 parent c9656b0 commit e413c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const metadata: Metadata = {
images: [{ url: 'https://opentask.app/tweet-card.png' }],
},
twitter: {
card: 'summary',
card: 'summary_large_image',
site: 'https://opentask.app',
title: 'OpenTask',
description: 'Free and Open Source Task Manager.',
Expand Down

0 comments on commit e413c6f

Please sign in to comment.