added taylordb to allowed media content

This commit is contained in:
Umar Adilov 2025-05-15 14:46:39 +05:00
parent 92c01590fd
commit 1daf3ed4e4

View File

@ -8,6 +8,11 @@ const nextConfig: NextConfig = {
hostname: 'media.bambooapp.ai',
pathname: '/files/**',
},
{
protocol: 'https',
hostname: 'taylordb.ai',
pathname: 'media/**',
},
],
},
};