/** @type {import('next').NextConfig} */ module.exports = { output: "standalone", images: { formats: ['image/png'], }, };