mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2026-01-27 06:03:22 +00:00
Fixes
This commit is contained in:
@@ -42,7 +42,6 @@ Object.entries(members).forEach(([key, { npub, pubkey, nip05_handle }]) => {
|
|||||||
names[id] = new NDKUser({ npub }).pubkey
|
names[id] = new NDKUser({ npub }).pubkey
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
const dst = resolve(__dirname, '..', 'dist', '.well-known', 'nostr.json')
|
const dst = resolve(__dirname, '..', 'dist', '.well-known', 'nostr.json')
|
||||||
const dir = dirname(dst)
|
const dir = dirname(dst)
|
||||||
const res = { names, relays }
|
const res = { names, relays }
|
||||||
|
|||||||
Reference in New Issue
Block a user