Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/app/services/opengraph.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class OpenGraphService {
) {
// save og:image tag from original template
const initialOgImageTag = metaService.getTag('property=\'og:image\'');
this.defaultImageUrl = initialOgImageTag?.content || '/resources/universe/universe-explorer-logo.svg';
this.defaultImageUrl = initialOgImageTag?.content || '/resources/universe/universe-explorer-card.png';
this.router.events.pipe(
filter(event => event instanceof NavigationEnd),
map(() => this.activatedRoute),
Expand Down
12 changes: 7 additions & 5 deletions frontend/src/index.mempool.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@

<!-- META -->
<meta name="description" content="Universe Explorer is the live protocol-aware Bitcoin explorer for the Bitcoin Universe ecosystem." />
<meta property="og:image" content="/resources/universe/universe-explorer-logo.svg" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<meta property="og:image" content="/resources/universe/universe-explorer-card.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Universe Explorer, the protocol-aware Bitcoin explorer" />
<meta property="og:description" content="Universe Explorer is the live protocol-aware Bitcoin explorer for the Bitcoin Universe ecosystem." />
<meta name="twitter:card" content="summary">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Universe Explorer">
<meta name="twitter:description" content="Universe Explorer is the live protocol-aware Bitcoin explorer for the Bitcoin Universe ecosystem." />
<meta name="twitter:image" content="/resources/universe/universe-explorer-logo.svg">
<meta name="twitter:image" content="/resources/universe/universe-explorer-card.png">
<!-- END META -->

<!-- FAVICONS -->
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading