/** @type {import('next').NextConfig} */ const nextConfig = { images: { domains: [ 'lh3.googleusercontent.com', "res.cloudinary.com", "iiehkolsitbpijjhtjfu.supabase.co" ] } }; module.exports = nextConfig;