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)