Skip to content

Commit

Permalink
fix: og & twitter meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Markeljan committed Mar 6, 2024
1 parent 963b148 commit e9e07f9
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,28 @@
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/manifest.json" />

<!-- HTML Meta Tags -->
<title>Potlock</title>
<meta
name="description"
content="Bringing public goods funding to the table, built on NEAR"
/>
<meta name="image" content="/preview.png" />
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://bos.potlock.org/?tab=project&projectId=opact.near">
<meta property="og:type" content="website">
<meta property="og:title" content="PotLock">
<meta property="og:description" content="Bringing public goods funding to the table, built on NEAR">
<meta property="og:image" content="https://bos.potlock.org/preview.png">

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="bos.potlock.org">
<meta property="twitter:url" content="https://bos.potlock.org/?tab=project&projectId=opact.near">
<meta name="twitter:title" content="PotLock">
<meta name="twitter:description" content="Bringing public goods funding to the table, built on NEAR">
<meta name="twitter:image" content="https://bos.potlock.org/preview.png">

<meta property="og:title" content="PotLock" />
<meta
property="og:description"
content="Bringing public goods funding to the table, built on NEAR"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:image" content="/preview.png" />
<meta property="og:type" content="website" />
<meta property="og:title" content="PotLock" />
<meta
property="og:description"
content="Bringing public goods funding to the table, built on NEAR"
/>
<title>Potlock</title>
</head>
<body>
<noscript style="white-space: pre; font-family: monospace">
Expand Down

0 comments on commit e9e07f9

Please sign in to comment.