diff --git a/next.config.ts b/next.config.ts index f7d9caa..9ec8fdf 100644 --- a/next.config.ts +++ b/next.config.ts @@ -8,6 +8,11 @@ const nextConfig: NextConfig = { hostname: 'media.bambooapp.ai', pathname: '/files/**', }, + { + protocol: 'https', + hostname: 'taylordb.ai', + pathname: 'media/**', + }, ], }, };