From 06b886ca5d43ace8b86b6c559f9d0852ec2583f1 Mon Sep 17 00:00:00 2001 From: Umar Adilov <99314948+adilovcode@users.noreply.github.com> Date: Thu, 15 May 2025 14:49:30 +0500 Subject: [PATCH] added taylordb to allowed media content --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index 9ec8fdf..199b53c 100644 --- a/next.config.ts +++ b/next.config.ts @@ -11,7 +11,7 @@ const nextConfig: NextConfig = { { protocol: 'https', hostname: 'taylordb.ai', - pathname: 'media/**', + pathname: '/media/**', }, ], },