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/**",
    },
  ],
};
