Skip to content

Commit f6b8919

Browse files
authored
Merge pull request #51 from synonymdev/meta-tag-fix
Meta tag image location fix
2 parents 0e4d589 + 7eb392b commit f6b8919

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
/>
1212

1313
<meta name="description" content="Your full-service Lightning Service Provider (LSP)" />
14-
<meta name="image" content="https://blocktank.synonym.to/blocktank.png" />
14+
<meta name="image" content="https://widget.synonym.to/blocktank.png" />
1515
<title>Blocktank</title>
1616

1717
<meta property="og:title" content="Blocktank" />
1818
<meta
1919
property="og:description"
2020
content="Your full-service Lightning Service Provider (LSP)"
2121
/>
22-
<meta property="og:url" content="blocktank.synonym.to" />
23-
<meta property="og:image" content="https://blocktank.synonym.to/blocktank.png" />
22+
<meta property="og:url" content="widget.synonym.to" />
23+
<meta property="og:image" content="https://widget.synonym.to/blocktank.png" />
2424
<meta name="twitter:card" content="summary_large_image" />
2525

2626
<meta property="og:site_name" content="Blocktank" />

0 commit comments

Comments
 (0)