/** @type {import('next').NextConfig} */ const nextConfig = { images: { remotePatterns: [ { protocol: 'https', hostname: 'api.dicebear.com', }, { protocol: 'https', hostname: 'i.pravatar.cc', }, { protocol: 'https', hostname: 'images.unsplash.com', }, { protocol: 'https', hostname: 'ui-avatars.com', }, ], }, }; export default nextConfig;