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/**", }, ],