feat: update og meta tags

This commit is contained in:
MTG2000
2022-03-19 13:55:00 +02:00
parent 64f1c841b3
commit df30dc4b0b
2 changed files with 10 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

View File

@@ -5,10 +5,6 @@
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="A place for creators to share theier lightning apps"
/>
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
@@ -24,6 +20,16 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>makers.bolt.fun</title>
<meta
name="description"
content="A lightning app directory made for and by the bitcoin community."
/>
<meta property="og:title" content="makers.bolt.fun" />
<meta
property="og:description"
content="A lightning app directory made for and by the bitcoin community."
/>
<meta property="og:image" content="/images/og-thumbnail.png" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>