Skip to content

Commit

Permalink
add full url to show image correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
nmpereira authored Feb 7, 2024
1 parent 8bd84d7 commit 5cfe4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta property="og:url" content="https://communityfocus.app/" />
<meta property="og:title" content="Join Your Friends Timer" />
<meta property="og:description" content="Create a shareable timer for you and your friends!" />
<meta property="og:image" content="/public/images/communityFocus.png" />
<meta property="og:image" content="https://communityfocus.app/images/communityFocus.png" />
<meta property="og:image:width" content="38" />
<meta property="og:image:height" content="40" />

Expand Down

0 comments on commit 5cfe4d5

Please sign in to comment.