icons/bsky-favicon.png
icons/bsky-favicon.png
This is a binary file and will not be displayed.
icons/microcosm-favicon.png
icons/microcosm-favicon.png
This is a binary file and will not be displayed.
+5
-3
index.html
+5
-3
index.html
···
42
window.relays = [
43
{
44
name: 'Bluesky',
45
-
icon: 'https://web-cdn.bsky.app/static/apple-touch-icon.png',
46
hostname: 'bsky.network',
47
note: 'current',
48
missingApis: {
···
52
},
53
{
54
name: 'Microcosm Montreal',
55
hostname: 'relay.fire.hose.cam',
56
},
57
{
58
name: 'Microcosm France',
59
hostname: 'relay3.fr.hose.cam',
60
},
61
{
···
74
},
75
{
76
name: 'Bluesky East',
77
-
icon: 'https://web-cdn.bsky.app/static/favicon-32x32.png',
78
note: 'future',
79
hostname: 'relay1.us-east.bsky.network',
80
},
81
{
82
name: 'Bluesky West',
83
-
icon: 'https://web-cdn.bsky.app/static/favicon-32x32.png',
84
note: 'future',
85
hostname: 'relay1.us-west.bsky.network',
86
},
···
42
window.relays = [
43
{
44
name: 'Bluesky',
45
+
icon: './icons/bsky-favicon.png',
46
hostname: 'bsky.network',
47
note: 'current',
48
missingApis: {
···
52
},
53
{
54
name: 'Microcosm Montreal',
55
+
icon: './icons/microcosm-favicon.png',
56
hostname: 'relay.fire.hose.cam',
57
},
58
{
59
name: 'Microcosm France',
60
+
icon: './icons/microcosm-favicon.png',
61
hostname: 'relay3.fr.hose.cam',
62
},
63
{
···
76
},
77
{
78
name: 'Bluesky East',
79
+
icon: './icons/bsky-favicon.png',
80
note: 'future',
81
hostname: 'relay1.us-east.bsky.network',
82
},
83
{
84
name: 'Bluesky West',
85
+
icon: './icons/bsky-favicon.png',
86
note: 'future',
87
hostname: 'relay1.us-west.bsky.network',
88
},