Select the types of activity you want to include in your feed.
1export const getDomain = (url: string) => { 2 return new URL(url).hostname; 3};