From ba1d1cb26ecf9308dd13bb6b51fa9829ff8311a7 Mon Sep 17 00:00:00 2001 From: l-nmch Date: Sat, 19 Apr 2025 14:55:59 +0200 Subject: [PATCH] fix: Changed image rendering configuration --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index e283a57..8e08453 100644 --- a/next.config.js +++ b/next.config.js @@ -2,6 +2,6 @@ module.exports = { output: "standalone", images: { - formats: ['image/png'], + formats: ['image/webp', 'image/avif'], }, }; \ No newline at end of file