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
This commit is contained in:
sebastjanartic 2026-03-04 14:55:27 +00:00
parent 81e118f203
commit 47c297a26f
4 changed files with 8 additions and 8 deletions

View File

@ -3,9 +3,9 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
<title>news.folx.tv - Folx Music Television News</title> <title>Folx Music Television - folx.tv</title>
<meta name="description" content="Das Newsportal von Folx Music Television. Aktuelle Nachrichten, Interviews und Hintergrundberichte aus der Welt der Volksmusik und des Schlagers." /> <meta name="description" content="Folx Music Television. Aktuelle Nachrichten, Interviews und Hintergrundberichte aus der Welt der Volksmusik und des Schlagers." />
<meta property="og:title" content="news.folx.tv - Folx Music Television News" /> <meta property="og:title" content="Folx Music Television - folx.tv" />
<meta property="og:description" content="Aktuelle Nachrichten aus der Welt der Volksmusik und des Schlagers." /> <meta property="og:description" content="Aktuelle Nachrichten aus der Welt der Volksmusik und des Schlagers." />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<link rel="icon" type="image/png" href="/favicon.png" /> <link rel="icon" type="image/png" href="/favicon.png" />

View File

@ -6,9 +6,9 @@ export default function Footer() {
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-10"> <div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-10">
<div className="grid grid-cols-1 md:grid-cols-3 gap-8"> <div className="grid grid-cols-1 md:grid-cols-3 gap-8">
<div> <div>
<h3 className="font-bold text-card-foreground text-lg mb-3">news.folx.tv</h3> <h3 className="font-bold text-card-foreground text-lg mb-3">Folx Music Television</h3>
<p className="text-muted-foreground text-sm leading-relaxed"> <p className="text-muted-foreground text-sm leading-relaxed">
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. Hintergrundberichte aus der Welt der Volksmusik und des Schlagers.
</p> </p>
</div> </div>

View File

@ -223,7 +223,7 @@ export default function ArticlePage() {
el.querySelectorAll("a[href]").forEach((a) => { el.querySelectorAll("a[href]").forEach((a) => {
const href = a.getAttribute("href") || ""; const href = a.getAttribute("href") || "";
const isBunny = href.includes("mediadelivery.net") || href.includes("bunny.net") || href.includes("b-cdn.net"); 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")) { if (!isBunny && !isInternal && href.startsWith("http")) {
a.setAttribute("target", "_blank"); a.setAttribute("target", "_blank");
a.setAttribute("rel", "noopener noreferrer"); a.setAttribute("rel", "noopener noreferrer");

View File

@ -1,7 +1,7 @@
# news.folx.tv - MSN-Style News Portal # Folx Music Television - folx.tv
## Overview ## 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 ## Architecture
- **Frontend**: React + Vite + TailwindCSS + shadcn/ui (dark mode) - **Frontend**: React + Vite + TailwindCSS + shadcn/ui (dark mode)