initial commit: rocket.new export of broadcastbeat

This commit is contained in:
Ryan Salazar
2026-05-07 16:39:17 +00:00
commit 70aa1ad46e
302 changed files with 60710 additions and 0 deletions

34
image-hosts.config.js Normal file
View File

@@ -0,0 +1,34 @@
/**
* 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: 'img.rocket.new',
},
{
protocol: 'https',
hostname: '*.supabase.co',
},
{
protocol: 'https',
hostname: '*.supabase.in',
},
{
protocol: 'https',
hostname: 'www.broadcastbeat.com',
},
];