[READ-ONLY] Mirror of https://github.com/mrgnw/morganwill.com. morganwill.com
0

Configure Feed

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

Update +page.svelte

+2 -2
+2 -2
src/routes/+page.svelte
··· 58 58 onMount(() => { 59 59 hostname = window.location.hostname; 60 60 if (hostname === "morganwill.com") { 61 - links = get_links(['LinkedIn', 'github', 'message']) 61 + links = get_links(['LinkedIn', 'github', 'bluesky', 'message']) 62 62 } 63 63 else if (hostname === "zenfo.co") { 64 - links = get_links(['photos', 'instagram', 'message']) 64 + links = get_links(['photos', 'instagram', 'bluesky', 'message']) 65 65 } 66 66 else { 67 67 links = all_links;