fix: Added a hostname for images & LCP
This commit is contained in:
@@ -3,5 +3,12 @@ module.exports = {
|
||||
output: "standalone",
|
||||
images: {
|
||||
formats: ['image/webp', 'image/avif'],
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'img.leboncoin.fr',
|
||||
port: '',
|
||||
}
|
||||
]
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user