mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-31 12:14:30 +01:00
feat: update og meta tags
This commit is contained in:
BIN
public/assets/images/og-thumbnail.png
Normal file
BIN
public/assets/images/og-thumbnail.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 130 KiB |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user