Skip to content

Commit a02f8c8

Browse files
vveerrggclaude
andcommitted
fix: Convert OG image from SVG to PNG for Twitter/social card support
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dc99719 commit a02f8c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta property="og:url" content="https://nostrkey.com/">
1212
<meta property="og:title" content="NostrKey - Cross-Browser Nostr Key Management">
1313
<meta property="og:description" content="Secure Nostr key management for Chrome, Safari, and iOS. NIP-07 signing, encrypted vault, and nsecBunker support.">
14-
<meta property="og:image" content="https://nostrkey.com/og-image.svg">
14+
<meta property="og:image" content="https://nostrkey.com/og-image.png">
1515
<meta property="og:image:width" content="1200">
1616
<meta property="og:image:height" content="630">
1717

@@ -20,7 +20,7 @@
2020
<meta name="twitter:url" content="https://nostrkey.com/">
2121
<meta name="twitter:title" content="NostrKey - Cross-Browser Nostr Key Management">
2222
<meta name="twitter:description" content="Secure Nostr key management for Chrome, Safari, and iOS. NIP-07 signing, encrypted vault, and nsecBunker support.">
23-
<meta name="twitter:image" content="https://nostrkey.com/og-image.svg">
23+
<meta name="twitter:image" content="https://nostrkey.com/og-image.png">
2424

2525
<!-- Favicon -->
2626
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><circle cx='50' cy='50' r='45' stroke='%23a6e22e' stroke-width='4' fill='%233e3d32'/><path d='M35 50L45 60L65 40' stroke='%23a6e22e' stroke-width='6' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>">

docs/og-image.png

43.8 KB
Loading

0 commit comments

Comments
 (0)