diff --git a/next.config.js b/next.config.js index 8e08453..fc638e5 100644 --- a/next.config.js +++ b/next.config.js @@ -3,5 +3,12 @@ module.exports = { output: "standalone", images: { formats: ['image/webp', 'image/avif'], + remotePatterns: [ + { + protocol: 'https', + hostname: 'img.leboncoin.fr', + port: '', + } + ] }, }; \ No newline at end of file