mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2026-01-27 14:13:19 +00:00
Fixes
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -14,8 +14,8 @@ on:
|
|||||||
types:
|
types:
|
||||||
- anchor_update
|
- anchor_update
|
||||||
- verein_update
|
- verein_update
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 7 * * *"
|
- cron: "0 7 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -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