From b64f9e30ecaf1989b6128957f1a9f7499e21cd09 Mon Sep 17 00:00:00 2001 From: xoliqberdiyev Date: Thu, 25 Dec 2025 11:00:52 +0000 Subject: [PATCH] Update next.config.ts --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index 8c8d32d..5b51fc7 100644 --- a/next.config.ts +++ b/next.config.ts @@ -8,7 +8,7 @@ const nextConfig: NextConfig = { remotePatterns: [ { protocol: "https", - hostname: "api.serenmebel.uz", + hostname: "admin.promtechno.uz", pathname: "/resources/media/**", }, ],