From 6ecaa99547b914ca59dd3830ce96d976796eebd3 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Fri, 6 Mar 2026 16:21:52 +0000 Subject: [PATCH] Connect the blog to the Facebook page for easier sharing Add the 'fb:pages' meta tag to index.html, server/static.ts, and server/vite.ts to link the domain to the FOLX MUSIC Television Facebook page ID. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 23852c00-4779-460a-9e0c-d09fee4b6c92 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 34dee3fa-0feb-4dce-9e4a-5275447c526f Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/23852c00-4779-460a-9e0c-d09fee4b6c92/ee1CXlO Replit-Helium-Checkpoint-Created: true --- client/index.html | 1 + server/static.ts | 1 + server/vite.ts | 1 + 3 files changed, 3 insertions(+) diff --git a/client/index.html b/client/index.html index 1d12eda..6220880 100644 --- a/client/index.html +++ b/client/index.html @@ -22,6 +22,7 @@ + diff --git a/server/static.ts b/server/static.ts index 4b2bcad..91020dc 100644 --- a/server/static.ts +++ b/server/static.ts @@ -74,6 +74,7 @@ export function serveStatic(app: Express) { ``, ``, ``, + ``, ``, ``, ``, diff --git a/server/vite.ts b/server/vite.ts index d72fbaf..b5e6009 100644 --- a/server/vite.ts +++ b/server/vite.ts @@ -95,6 +95,7 @@ export async function setupVite(server: Server, app: Express) { ``, ``, ``, + ``, ``, ``, ``,