Skip to content

Commit 148abef

Browse files
committed
fix image preview shareable links
1 parent 8eeda6b commit 148abef

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

assets/logos/og-image.png

51.6 KB
Loading

index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@
1616
content="Disease Transcriptomics Lab - Computational biology research on human disease at NOVA Medical School, Lisbon." />
1717
<meta property="og:title" content="Disease Transcriptomics Lab · NMorais Lab" />
1818
<meta property="og:description" content="Decoding transcriptomes to understand disease. Computational biology research at NOVA Medical School, Lisbon." />
19-
<meta property="og:image" content="assets/logos/logo-full-dark.png" />
19+
<meta property="og:url" content="https://diseasetranscriptomicslab.github.io/" />
20+
<meta property="og:type" content="website" />
21+
<meta property="og:image" content="https://diseasetranscriptomicslab.github.io/assets/logos/og-image.png" />
22+
<meta property="og:image:width" content="1200" />
23+
<meta property="og:image:height" content="630" />
24+
<meta name="twitter:card" content="summary_large_image" />
25+
<meta name="twitter:image" content="https://diseasetranscriptomicslab.github.io/assets/logos/og-image.png" />
2026
<title>Disease Transcriptomics Lab</title>
2127

2228
<!-- Favicon - swapped dynamically by JS below for reliable cross-browser support -->

0 commit comments

Comments
 (0)