Skip to content

Commit

Permalink
fix: again metatag img content url->png
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-ojha committed Jul 11, 2022
1 parent b7e2ea8 commit 5f0b3be
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions client/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,15 @@
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />

<meta
name="msapplication-TileImage"
content="https://github.com/roman-ojha/social/blob/staging/client/public/logo192.png?raw=true"
/>
<meta name="msapplication-TileImage" content="%PUBLIC_URL%/logo192.png" />

<meta property="og:site_name" content="rSocial" />
<meta property="og:title" content="Social" />
<meta property="og:description" content="social media application" />
<meta
property="og:image"
itemprop="image"
content="https://github.com/roman-ojha/social/blob/staging/client/public/logo192.png?raw=true"
content="%PUBLIC_URL%/logo192.png"
/>
<meta property="og:type" content="website" />
<meta property="og:image:type" content="image/png" />
Expand All @@ -32,10 +29,7 @@
<meta name="twitter:site" content="https://rsocial.ml/" />
<meta name="twitter:title" content="Social" />
<meta name="twitter:description" content="social media application" />
<meta
name="twitter:image"
content="https://github.com/roman-ojha/social/blob/staging/client/public/logo192.png?raw=true"
/>
<meta name="twitter:image" content="%PUBLIC_URL%/logo192.png" />

<title>Social</title>
</head>
Expand Down

1 comment on commit 5f0b3be

@roman-ojha
Copy link
Owner Author

Choose a reason for hiding this comment

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

Deploy preview for social ready!

✅ Preview
https://social-3tlh7sctg-razzroman98-gmailcom.vercel.app
https://rsocial.vercel.app

Built with commit 5f0b3be.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.