feat: add NOC dashboard OG image and meta tags

This commit is contained in:
2026-05-06 18:38:17 -05:00
parent ac45c4d217
commit 3e4c2a1488
2 changed files with 6 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 561 KiB

+6
View File
@@ -17,6 +17,12 @@
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://chasedumphord.com" /> <meta property="og:url" content="https://chasedumphord.com" />
<meta property="og:image" content="https://chasedumphord.com/assets/images/noc-dashboard.png" />
<meta property="og:image:width" content="1536" />
<meta property="og:image:height" content="650" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:image" content="https://chasedumphord.com/assets/images/noc-dashboard.png" />
<!-- ── Favicon set (from ced-logo-pack) ── --> <!-- ── Favicon set (from ced-logo-pack) ── -->
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png" /> <link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png" /> <link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png" />