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