Skip to content

Commit

Permalink
feat: add description meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeljcm committed May 3, 2023
1 parent 9222401 commit bdbf6b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,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="description"
content="Crie seu card e mostre para o mundo que você irá no RS/XP 2023. Uma experiência única, imersiva e transformadora de 2 dias em São Paulo/SP com palestras, conteúdo, muito código, networking e atividades pra você acelerar sua evolução na programação."
/>
</Head>
<body>
<Main />
Expand Down

1 comment on commit bdbf6b3

@vercel
Copy link

@vercel vercel bot commented on bdbf6b3 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.vercel.app
rsxp-card-raphaeljcm.vercel.app
rsxp-card-git-main-raphaeljcm.vercel.app

Please sign in to comment.