Skip to content

Commit

Permalink
social media: add proper tweet card img for sharing website
Browse files Browse the repository at this point in the history
  • Loading branch information
flsilva committed Jan 23, 2024
1 parent a6d77c8 commit bec2a42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added public/tweet-card.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ export const metadata: Metadata = {
description: 'Free and Open Source Task Manager.',
siteName: 'OpenTask',
url: 'https://opentask.app',
images: [{ url: 'https://opentask.app/logo-text-512x512.png' }],
images: [{ url: 'https://opentask.app/tweet-card.png' }],
},
twitter: {
card: 'summary',
site: 'https://opentask.app',
title: 'OpenTask',
description: 'Free and Open Source Task Manager.',
images: [{ url: 'https://opentask.app/logo-text-512x512.png' }],
images: [{ url: 'https://opentask.app/tweet-card.png' }],
creator: '@flsilva7',
},
icons: {
Expand Down

0 comments on commit bec2a42

Please sign in to comment.