Skip to content

Commit

Permalink
🌱 Add meta og:image
Browse files Browse the repository at this point in the history
  • Loading branch information
slaweet committed Apr 26, 2020
1 parent a0697c6 commit 4ea99ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# moving-motivators


![Sample screenshot](screenshot.png)
![Sample screenshot](public/screenshot.png)


## Project setup
Expand Down
4 changes: 4 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>Moving Motivators</title>
<meta property="og:image" content="https://moving-motivators.herokuapp.com/screenshot.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1440">
<meta property="og:image:height" content="771">
</head>
<body>
<noscript>
Expand Down
File renamed without changes

0 comments on commit 4ea99ee

Please sign in to comment.