-
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)