We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 018683a commit 7a3a23aCopy full SHA for 7a3a23a
public/index.html
@@ -30,6 +30,12 @@
30
work correctly both with client-side routing and a non-root public URL.
31
Learn how to configure a non-root public URL by running `npm run build`.
32
-->
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" />
39
<title>Isaac Computer Science</title>
40
</head>
41
<body>
0 commit comments