domains is deprecated,use this instead
const config: NextConfig = {
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'hostname.com',
port: '',
pathname: '/my-bucket/**',
search: '',
},
],
},
}
export default config