diff --git a/next.config.js b/next.config.js index 8795c6b..680e9ca 100644 --- a/next.config.js +++ b/next.config.js @@ -25,15 +25,6 @@ const nextConfig = { } ] }, - - images: { - remotePatterns: [ - { - protocol: 'https', - hostname: '', - }, - ], - }, }; module.exports = nextConfig;