diff --git a/next.config.mjs b/next.config.mjs index e73a910..01f3311 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -5,9 +5,14 @@ const nextConfig = { images: { remotePatterns: [ { - protocol: 'http', - hostname: '45.93.137.91', - pathname: '/api/Pictures/**', + protocol: "https", + hostname: "45.93.137.91.nip.io", + pathname: "/api/Pictures/**", + }, + { + protocol: "http", + hostname: "45.93.137.91", + pathname: "/api/Pictures/**", }, ], },