export const Twitter = {
  name: "Twitter",
  config: {
    protocol: "https",
    hostname: "pbs.twimg.com",
    port: "",
    pathname: "/profile_images/**",
  },
};
