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