fix: Changed image rendering configuration

This commit is contained in:
l-nmch
2025-04-19 14:55:59 +02:00
parent 52017c81a3
commit ba1d1cb26e

View File

@@ -2,6 +2,6 @@
module.exports = {
output: "standalone",
images: {
formats: ['image/png'],
formats: ['image/webp', 'image/avif'],
},
};