Skip to content

Commit

Permalink
Updated _app.js to include the new image for social media sharing (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron-Porter authored May 20, 2022
1 parent a937997 commit e9b5d76
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions src/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,24 @@ export default function App({ Component, pageProps }) {
type: 'website',
locale: 'en_IE',
url: 'https://vetswhocode.io',
image:
'https://res.cloudinary.com/vetswhocode/image/upload/v1609084190/hashflag-white-vscode_n5k5db.jpg',
images: [
{
url: 'https://res.cloudinary.com/vetswhocode/image/upload/v1627489505/VWC_tad3cl.png',
alt: '#VetsWhoCode',
},
],
}}
description="#VetsWhoCode is a veteran-led 501(c)(3) charitable non-profit that focuses on teaching veterans how to program free of charge so that they may find gainful employment after service."
twitter={{
handle: '@vetswhocode',
site: '@vetswhocode',
cardType: 'summary_large_image',
image:
'https://res.cloudinary.com/vetswhocode/image/upload/v1609084190/hashflag-white-vscode_n5k5db.jpg',
images: [
{
url: 'https://res.cloudinary.com/vetswhocode/image/upload/v1627489505/VWC_tad3cl.png',
alt: '#VetsWhoCode',
},
],
}}
/>
<ThemeProvider>
Expand Down

1 comment on commit e9b5d76

@vercel
Copy link

@vercel vercel bot commented on e9b5d76 May 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.