diff --git a/web/next.config.js b/web/next.config.js index 18ac5936b..fba54a17d 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -25,12 +25,6 @@ const nextConfig = { ]; }, images: { - remotePatterns: [ - { - protocol: "https", - hostname: "**", - }, - ], unoptimized: true, }, // webpack: (config, { isServer }) => {