From 7203a475028c6d78770d8daead15972cad0d2eb8 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Thu, 5 Mar 2026 12:11:48 +0000 Subject: [PATCH] Add optimized image for social media sharing Update meta tags in index.html and server/static.ts to use a new, optimized 1200x630 JPG image for social media sharing, including a fallback for articles without custom images. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 517dfa7b-26ac-463d-a6e1-a58c6df97188 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: eef2f1fb-f30b-4d8f-99f8-37885a256071 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/517dfa7b-26ac-463d-a6e1-a58c6df97188/V5dWXpq Replit-Helium-Checkpoint-Created: true --- client/index.html | 5 ++++- server/static.ts | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/client/index.html b/client/index.html index 63f2d4f..e8dc6dd 100644 --- a/client/index.html +++ b/client/index.html @@ -11,7 +11,10 @@ - + + + + diff --git a/server/static.ts b/server/static.ts index 5496766..e1786b8 100644 --- a/server/static.ts +++ b/server/static.ts @@ -49,12 +49,12 @@ export function serveStatic(app: Express) { ``, ``, ``, - imageUrl ? `` : "", + ``, ``, ``, ``, ``, - imageUrl ? `` : "", + ``, ``, `${escapeHtml(article.title)} - Volksmusik & Schlager | Folx Music Television`, ].filter(Boolean).join("\n ");