disable the image optimization

This commit is contained in:
Guy 2023-11-15 23:55:50 +02:00
parent 3a18f9a098
commit 8ef8232e7a

View File

@ -6,6 +6,7 @@ module.exports = {
}, },
images: { images: {
formats: ['image/avif', 'image/webp'], formats: ['image/avif', 'image/webp'],
unoptimized: true,
remotePatterns: [ remotePatterns: [
{ {
protocol: 'https', protocol: 'https',