Swap out og:image

This commit is contained in:
Alex Gleason
2026-02-23 17:54:54 -06:00
parent 308deb3281
commit 5fa5bff401
4 changed files with 2 additions and 6 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
<!-- Open Graph -->
<meta property="og:title" content="Ditto" />
<meta property="og:description" content="A Nostr Client" />
<meta property="og:image" content="https://ditto.pub/og-image.png" />
<meta property="og:image" content="https://ditto.pub/og-image.jpg" />
<meta property="og:image:width" content="1424" />
<meta property="og:image:height" content="752" />
<meta property="og:image:type" content="image/png" />
@@ -21,7 +21,7 @@
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Ditto" />
<meta name="twitter:description" content="A Nostr Client" />
<meta name="twitter:image" content="https://ditto.pub/og-image.png" />
<meta name="twitter:image" content="https://ditto.pub/og-image.jpg" />
<meta http-equiv="content-security-policy" content="default-src 'none'; script-src 'self' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'; frame-src 'self' https:; font-src 'self'; base-uri 'self'; manifest-src 'self'; connect-src 'self' blob: https: wss:; img-src 'self' data: blob: https:; media-src 'self' https:">
<link rel="icon" type="image/svg+xml" href="/logo.svg">
-4
View File
@@ -1,6 +1,2 @@
/assets/* /assets/:splat 200
/og-image.png /og-image.png 200
/logo.png /logo.png 200
/robots.txt /robots.txt 200
/manifest.webmanifest /manifest.webmanifest 200
/* /index.html 200
Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB