UNPKG

next-auth-remotepatterns-images

Version:

18 lines (17 loc) 320 B
export const LinkedIn = { name: "LinkedIn", config: [ { protocol: "https", hostname: "media-exp1.licdn.com", port: "", pathname: "/profile-images/**", }, { protocol: "https", hostname: "media.licdn.com", port: "", pathname: "/dms/image/**", }, ], };