From 47c297a26f62740be659bf69662f64639f6396e3 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Wed, 4 Mar 2026 14:55:27 +0000 Subject: [PATCH] Update website references to Folx Music Television and folx.tv Replace all instances of "news.folx.tv" with "Folx Music Television" and "folx.tv" in index.html, footer.tsx, article.tsx, and replit.md. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 517dfa7b-26ac-463d-a6e1-a58c6df97188 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 533e24ad-0b0d-4187-a92c-271c255042d3 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/517dfa7b-26ac-463d-a6e1-a58c6df97188/jdAEdU5 Replit-Helium-Checkpoint-Created: true --- client/index.html | 6 +++--- client/src/components/footer.tsx | 4 ++-- client/src/pages/article.tsx | 2 +- replit.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/index.html b/client/index.html index 6b83374..6a8f61b 100644 --- a/client/index.html +++ b/client/index.html @@ -3,9 +3,9 @@ - news.folx.tv - Folx Music Television News - - + Folx Music Television - folx.tv + + diff --git a/client/src/components/footer.tsx b/client/src/components/footer.tsx index 88cb046..37e032c 100644 --- a/client/src/components/footer.tsx +++ b/client/src/components/footer.tsx @@ -6,9 +6,9 @@ export default function Footer() {
-

news.folx.tv

+

Folx Music Television

- Das Newsportal von Folx Music Television. Aktuelle Nachrichten, Interviews und + Folx Music Television. Aktuelle Nachrichten, Interviews und Hintergrundberichte aus der Welt der Volksmusik und des Schlagers.

diff --git a/client/src/pages/article.tsx b/client/src/pages/article.tsx index 4132236..10278b7 100644 --- a/client/src/pages/article.tsx +++ b/client/src/pages/article.tsx @@ -223,7 +223,7 @@ export default function ArticlePage() { el.querySelectorAll("a[href]").forEach((a) => { const href = a.getAttribute("href") || ""; const isBunny = href.includes("mediadelivery.net") || href.includes("bunny.net") || href.includes("b-cdn.net"); - const isInternal = href.startsWith("/") || href.includes("news.folx.tv") || href.includes("folx.tv"); + const isInternal = href.startsWith("/") || href.includes("folx.tv"); if (!isBunny && !isInternal && href.startsWith("http")) { a.setAttribute("target", "_blank"); a.setAttribute("rel", "noopener noreferrer"); diff --git a/replit.md b/replit.md index 8b999be..7930012 100644 --- a/replit.md +++ b/replit.md @@ -1,7 +1,7 @@ -# news.folx.tv - MSN-Style News Portal +# Folx Music Television - folx.tv ## Overview -A professional MSN-style news portal for Folx Music Television (news.folx.tv). Dark-themed bento grid layout with content for folk music (Volksmusik/Schlager) fans. Features articles, videos, photo gallery, horoscope widget + subpage, recipe widget + subpage, Google News feed, and integrated AdSense ads. All content is hardcoded in seed for production deployments. +The official website for Folx Music Television (folx.tv). Dark-themed bento grid layout with content for folk music (Volksmusik/Schlager) fans. Features articles, videos, photo gallery, horoscope widget + subpage, recipe widget + subpage, Google News feed, and integrated AdSense ads. All content is hardcoded in seed for production deployments. ## Architecture - **Frontend**: React + Vite + TailwindCSS + shadcn/ui (dark mode)