We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52fb251 commit af83603Copy full SHA for af83603
src/app/layout.tsx
@@ -38,7 +38,7 @@ export default function RootLayout({
38
<meta property="og:type" content="website" />
39
<meta property="og:title" content="Libre Blockchain Explorer" />
40
<meta property="og:description" content="Explore transactions, blocks, account for the Libre Blockchain." />
41
- <meta property="og:image" content="/images/og.png" />
+ <meta property="og:image" content="https://www.libreblocks.io/images/og.png" />
42
43
44
<meta name="twitter:card" content="summary_large_image" />
0 commit comments