Swap out og:image
This commit is contained in:
+2
-2
@@ -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">
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user