Skip to content

Commit

Permalink
feat: update meta links
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 authored Aug 15, 2022
1 parent dc93d63 commit 7a24397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const MyApp: React.FC<AppProps> = ({ Component, pageProps }) => {
property="og:description"
content="Listen combinations of ambient sounds for relaxing or getting more productive on your task!"
/>
<meta property="og:image" content="/images/banner.png" />
<meta property="og:image" content="https://noisekun.vercel.app/images/banner.png" />

{/* Twitter */}
<meta property="twitter:card" content="summary_large_image" />
Expand All @@ -39,7 +39,7 @@ const MyApp: React.FC<AppProps> = ({ Component, pageProps }) => {
property="twitter:description"
content="Listen combinations of ambient sounds for relaxing or getting more productive on your task!"
/>
<meta property="twitter:image" content="/images/banner.png" />
<meta property="twitter:image" content="https://noisekun.vercel.app/images/banner.png" />

<script
async
Expand Down

0 comments on commit 7a24397

Please sign in to comment.