export default { images: { formats: ['image/avif', 'image/webp'], remotePatterns: [ { protocol: "http", hostname: "**", } ] } };