From 3b4c04b7591e670f639849a1f57434be6a41435b Mon Sep 17 00:00:00 2001 From: Ryan Salazar Date: Thu, 28 May 2026 22:19:28 +0000 Subject: [PATCH] lib/ads: fix Telycam FALLBACK filename (BroadcastBeat, no space) The fallback Telycam 300x250 src had "Broadcast Beat" with a space, but the actual file is "BroadcastBeat" (no space). When the centralized RMP cache was cold, FALLBACK kicked in and rendered a broken placeholder. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/lib/ads.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ads.ts b/src/lib/ads.ts index de6519f..85ee965 100644 --- a/src/lib/ads.ts +++ b/src/lib/ads.ts @@ -60,7 +60,7 @@ const FALLBACK: Ad[] = [ src: "/legacy/ads/Zixi_Ads_300x250.png", alt: "Zixi", click_url: "https://zixi.com/" }, { slug: "telycam-300x250", label: "Telycam MixOne / ExploreXE", size: "300x250", - src: "/legacy/ads/Telycam_Broadcast Beat_300x250_MixOne-ExploreXE_with_NAB2026_2f30157f.gif", + src: "/legacy/ads/Telycam_BroadcastBeat_300x250_MixOne-ExploreXE_with_NAB2026_2f30157f.gif", alt: "Telycam MixOne / ExploreXE — 2026 NAB Show", click_url: "https://telycam.com/" }, { slug: "lectrosonics-300x250", label: "Lectrosonics", size: "300x250", src: "/legacy/ads/300x250-banner-Our-Story-film_resize.jpg",