Files
avbeat-com/image-hosts.config.js
Claude d43f78b161 av: clone broadcastbeat sources + AV Beat rebrand (Phase 1)
- Replaces the prior Rocket scaffold (saved on pre-bb-clone-rollback branch)
- Domain: broadcastbeat.com -> avbeat.com
- Brand: Broadcast Beat -> AV Beat
- Slug: broadcastbeat -> avbeat (package, identifiers)
- Schema fallback: bb -> av (env var name unchanged)
- Placeholder AV BEAT logo (gold->red gradient) at /assets/logos/av.svg
- All BB/RMP logo references repointed

Outstanding before public DNS swap:
  - Supabase av schema bootstrap (mirror of bb tables)
  - WordPress archive import (avbeat-com -> av.articles)
  - Coolify env vars
  - dev-avbeat.onsethost.com staging deploy + visual review
2026-06-02 15:32:56 +00:00

35 lines
647 B
JavaScript

/**
* Image Hosts Configuration (add your image hosts here)
*/
export const imageHosts = [
{
protocol: 'https',
hostname: 'images.unsplash.com',
},
{
protocol: 'https',
hostname: 'images.pexels.com',
},
{
protocol: 'https',
hostname: 'images.pixabay.com',
},
{
protocol: 'https',
hostname: '*.supabase.co',
},
{
protocol: 'https',
hostname: 'supabase.onsethost.com',
},
{
protocol: 'https',
hostname: '*.supabase.in',
},
{
protocol: 'https',
hostname: 'www.avbeat.com',
},
];