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