Skip to content

Commit

Permalink
adding og image
Browse files Browse the repository at this point in the history
  • Loading branch information
nirmalkc committed Mar 23, 2022
1 parent 8583c90 commit 5ec32d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
name="description"
content="Web site created using create-react-app"
/>
<meta property="og:image" content="%PUBLIC_URL%/og-image.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="300" />
<meta property="og:image:alt" content="Start React Code Arena with ReactPlay" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
Expand Down
Binary file added public/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5ec32d2

Please sign in to comment.