added taylordb to allowed media content
This commit is contained in:
parent
92c01590fd
commit
1daf3ed4e4
@ -8,6 +8,11 @@ const nextConfig: NextConfig = {
|
|||||||
hostname: 'media.bambooapp.ai',
|
hostname: 'media.bambooapp.ai',
|
||||||
pathname: '/files/**',
|
pathname: '/files/**',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
protocol: 'https',
|
||||||
|
hostname: 'taylordb.ai',
|
||||||
|
pathname: 'media/**',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user