Using reduced JPG image for Open Graph.

This commit is contained in:
DebaucheryLibrarian 2024-06-26 00:26:21 +02:00
parent 09dc893fa6
commit f5d25e1bd2
3 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<meta name="theme-color" content="#f65596">
<meta property="og:title" content="traxxx" />
<meta property="og:image" content="https://traxxx.me/img/og_logo.png" />
<meta property="og:image" content="https://traxxx.me/img/og_logo.jpg" />
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0,interactive-widget=resizes-content" />

BIN
public/img/og_logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -65,7 +65,7 @@ async function onRenderHtml(pageContext) {
<meta name="theme-color" content="#f65596">
<meta property="og:title" content="traxxx" />
<meta property="og:image" content="https://traxxx.me/img/og_logo.png" />
<meta property="og:image" content="https://traxxx.me/img/og_logo.jpg" />
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0,interactive-widget=resizes-content" />
<meta name="description" content="${desc}" />