This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

semble / src / webapp / lib / utils / link.ts
79 B 3 lines
1export const getDomain = (url: string) => { 2 return new URL(url).hostname; 3};