From a74d50f1e6bb0c4b9a080853a74cd956a30a83da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Nonnenmacher?= Date: Thu, 15 May 2025 09:47:36 +0000 Subject: [PATCH] fix: Added a hostname for images & LCP --- next.config.js | 7 +++++++ 1 file changed, 7 insertions(+) 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