Skip to content

Commit

Permalink
Merge pull request #534 from powerhouse-inc/fix-meta-tags-opengraph
Browse files Browse the repository at this point in the history
fix: opengraph meta tags
  • Loading branch information
gpuente authored Sep 16, 2024
2 parents edc8f73 + 32a68d2 commit f9e4e67
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<link rel="icon" type="image/png" sizes="32x32" href="/manifest/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/manifest/favicon-16x16.png">
<link rel="manifest" href="/manifest/site.webmanifest">
<meta og:title="Sky Connect">
<meta og:type="website">
<meta og:url="https://connect.sky.money/">
<meta og:description="A navigation, collaboration and reporting tool for decentralised and open organisations.">
<meta og:image="https://bafkreib6cocweu5crtdtcxeoed4n24nvs5qmct6ksm326zm2r7ndcwchim.ipfs.flk-ipfs.xyz/">
<meta twitter:card="summary_large_image">
<meta twitter:image="https://bafkreib6cocweu5crtdtcxeoed4n24nvs5qmct6ksm326zm2r7ndcwchim.ipfs.flk-ipfs.xyz/">
<meta twitter:title="Sky Connect">
<meta twitter:description="A navigation, collaboration and reporting tool for decentralised and open organisations.">
<meta property="og:title" content="Sky Connect">
<meta property="og:type" content="website">
<meta property="og:url" content="https://connect.sky.money/">
<meta property="og:description" content="A navigation, collaboration and reporting tool for decentralised and open organisations.">
<meta property="og:image" content="https://bafkreib6cocweu5crtdtcxeoed4n24nvs5qmct6ksm326zm2r7ndcwchim.ipfs.flk-ipfs.xyz/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://bafkreib6cocweu5crtdtcxeoed4n24nvs5qmct6ksm326zm2r7ndcwchim.ipfs.flk-ipfs.xyz/">
<meta name="twitter:title" content="Sky Connect">
<meta name="twitter:description" content="A navigation, collaboration and reporting tool for decentralised and open organisations.">
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit f9e4e67

Please sign in to comment.