added taylordb to allowed media content

This commit is contained in:
Umar Adilov 2025-05-15 14:49:30 +05:00
parent 1daf3ed4e4
commit 06b886ca5d

View File

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