fix: Added a hostname for images & LCP

This commit is contained in:
Léo Nonnenmacher
2025-05-15 09:47:36 +00:00
parent bdf6fee6c4
commit a74d50f1e6

View File

@@ -3,5 +3,12 @@ module.exports = {
output: "standalone", output: "standalone",
images: { images: {
formats: ['image/webp', 'image/avif'], formats: ['image/webp', 'image/avif'],
remotePatterns: [
{
protocol: 'https',
hostname: 'img.leboncoin.fr',
port: '',
}
]
}, },
}; };