From bde2b12a9547eb4570ca26ebb9b09f7e8330fe09 Mon Sep 17 00:00:00 2001 From: mukeshs Date: Fri, 10 Oct 2025 01:12:23 +0530 Subject: [PATCH] Docker update --- next.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next.config.ts b/next.config.ts index 0e7d39a..3ef87fe 100644 --- a/next.config.ts +++ b/next.config.ts @@ -21,12 +21,12 @@ const nextConfig: NextConfig = { }, { protocol: 'https', - hostname: 'cmcbackend.rootwire.com', + hostname: 'cmcbackend.rootxwire.com', pathname: '/api/files/images/**', }, { protocol: 'https', - hostname: 'maincmc.rootwire.com', + hostname: 'maincmc.rootxwire.com', pathname: '/**', } ],