image-hosts: allow broadcastbeat.com + advertising.RMP

AV beat banners point at images on broadcastbeat.com and on
advertising.relevantmediaproperties.com. Without these in the Next.js
remotePatterns allowlist, /_next/image proxy returns 400 and the page
falls back to article-placeholder-v2.svg.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-12 02:52:42 +00:00
parent c3b2c284b5
commit c9013249eb

View File

@@ -31,4 +31,16 @@ export const imageHosts = [
protocol: 'https',
hostname: 'www.avbeat.com',
},
{
protocol: 'https',
hostname: 'broadcastbeat.com',
},
{
protocol: 'https',
hostname: 'www.broadcastbeat.com',
},
{
protocol: 'https',
hostname: 'advertising.relevantmediaproperties.com',
},
];