Skip to content

Commit 7a3a23a

Browse files
committed
Add meta:og properties to allow limited link sharing info
1 parent 018683a commit 7a3a23a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

public/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
work correctly both with client-side routing and a non-root public URL.
3131
Learn how to configure a non-root public URL by running `npm run build`.
3232
-->
33+
<meta property="og:url" content="%PUBLIC_URL%" />
34+
<meta property="og:site_name" content="Isaac Computer Science" />
35+
<meta property="og:title" content="Isaac Computer Science" />
36+
<meta property="og:type" content="website" />
37+
<meta property="og:description" content="Isaac Computer Science is currently in development." />
38+
<meta property="og:image" content="%PUBLIC_URL%/assets/favicon/favicon-196x196.png" />
3339
<title>Isaac Computer Science</title>
3440
</head>
3541
<body>

0 commit comments

Comments
 (0)