From e3273780d643f84ed85e0cf8d2f2e5717db8b8a9 Mon Sep 17 00:00:00 2001 From: kgilles Date: Sat, 23 Dec 2023 16:02:09 -0500 Subject: [PATCH] Configure next images for local --- next.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/next.config.js b/next.config.js index e06fc1b..9778137 100644 --- a/next.config.js +++ b/next.config.js @@ -2,6 +2,10 @@ const nextConfig = { images: { remotePatterns: [ + { + protocol: "http", + hostname: "sublinks" + }, { protocol: "https", hostname: "**",