Skip to content

Commit fcd994c

Browse files
committed
Update og:image and og:url meta properties
1 parent 6bc4471 commit fcd994c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
1616
-->
1717
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
18-
<meta property="og:image" content="%PUBLIC_URL%/cover.jpg" />
18+
<meta property="og:image" content="https://www.scanner.cam/cover.jpg" />
19+
<meta property="og:url" content="https://scanner.cam" />
1920
<!--
2021
Notice the use of %PUBLIC_URL% in the tags above.
2122
It will be replaced with the URL of the `public` folder during the build.

0 commit comments

Comments
 (0)