From 1daf3ed4e48e699e85578c6b1e1fb75f8dfe837e Mon Sep 17 00:00:00 2001 From: Umar Adilov <99314948+adilovcode@users.noreply.github.com> Date: Thu, 15 May 2025 14:46:39 +0500 Subject: [PATCH] added taylordb to allowed media content --- next.config.ts | 5 +++++ 1 file changed, 5 insertions(+) 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/**', + }, ], }, };