Skip to content

Commit

Permalink
feat: add image og
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeljcm committed May 3, 2023
1 parent 38d5ff9 commit ba167b6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ export default function Document() {
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://rsxp-card.vercel.app" />
<meta property="og:image" content="/rocketseat-og.png" />
<meta
property="og:image"
content="https://rsxp-card.vercel.app/rocketseat-og.png"
/>
<meta
property="og:description"
content="Crie seu card e mostre para o mundo que você irá no RS/XP 2023."
Expand All @@ -31,7 +34,10 @@ export default function Document() {
property="twitter:description"
content="Crie seu card e mostre para o mundo que você irá no RS/XP 2023."
/>
<meta property="twitter:image" content="/rocketseat-og.png" />
<meta
property="twitter:image"
content="https://rsxp-card.vercel.app/rocketseat-og.png"
/>
</Head>
<body>
<Main />
Expand Down

1 comment on commit ba167b6

@vercel
Copy link

@vercel vercel bot commented on ba167b6 May 3, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

rsxp-card – ./

rsxp-card-raphaeljcm.vercel.app
rsxp-card-git-main-raphaeljcm.vercel.app
rsxp-card.vercel.app

Please sign in to comment.