Docker update

This commit is contained in:
2025-10-10 01:12:23 +05:30
parent 0d79199142
commit bde2b12a95

View File

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