diff --git a/next.config.js b/next.config.js index e06fc1b1..97781378 100644 --- a/next.config.js +++ b/next.config.js @@ -2,6 +2,10 @@ const nextConfig = { images: { remotePatterns: [ + { + protocol: "http", + hostname: "sublinks" + }, { protocol: "https", hostname: "**",