initial commit: rocket.new export of broadcastbeat
This commit is contained in:
34
image-hosts.config.js
Normal file
34
image-hosts.config.js
Normal 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',
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user