From fb9bae810dad0d0d933f31658439d48b29344452 Mon Sep 17 00:00:00 2001 From: MoonbamiOfficial <141120384+MoonbamiOfficial@users.noreply.github.com> Date: Sun, 4 Feb 2024 10:07:27 +0800 Subject: [PATCH] chore: add hostname for mongodb --- next.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/next.config.js b/next.config.js index d58c85d..7115cbc 100644 --- a/next.config.js +++ b/next.config.js @@ -2,6 +2,9 @@ const nextConfig = { images: { remotePatterns: [ + { + 'hostname': 'mongodb.net' + }, { 'hostname': 'cdn.jsdelivr.net' },