eranos: use our own relay (nrelay.us-ea.st), not Agora's ditto relays
Deploy to GitHub Pages / deploy (push) Has been cancelled
Test / test (push) Has been cancelled

Starts clean instead of showing every Agora campaign.
This commit is contained in:
Goblin
2026-07-02 09:21:15 -04:00
parent f131198feb
commit ce63127e69
+1 -4
View File
@@ -26,10 +26,7 @@ function normalizeUrl(url: string): string {
*/
export const APP_RELAYS: RelayMetadata = {
relays: [
{ url: 'wss://relay.ditto.pub/', read: true, write: true },
{ url: 'wss://relay.dreamith.to/', read: true, write: true },
{ url: 'wss://relay.primal.net/', read: false, write: true },
{ url: 'wss://relay.damus.io/', read: false, write: true },
{ url: 'wss://nrelay.us-ea.st/', read: true, write: true },
],
updatedAt: 0,
};