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