diff --git a/next.config.js b/next.config.js index 2daae00..e283a57 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,7 @@ /** @type {import('next').NextConfig} */ module.exports = { - output: "standalone", - }; \ No newline at end of file + output: "standalone", + images: { + formats: ['image/png'], + }, +}; \ No newline at end of file