Use Ditto planet as default instance thumbnail

This commit is contained in:
Alex Gleason 2024-10-19 19:18:46 -05:00
parent 67b17778d3
commit 92a1d88923
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 1 additions and 1 deletions

View file

@ -32,7 +32,7 @@ export async function getInstanceMetadata(store: NStore, signal?: AbortSignal):
about: meta.about ?? 'Nostr community server', about: meta.about ?? 'Nostr community server',
tagline: meta.tagline ?? meta.about ?? 'Nostr community server', tagline: meta.tagline ?? meta.about ?? 'Nostr community server',
email: meta.email ?? `postmaster@${Conf.url.host}`, email: meta.email ?? `postmaster@${Conf.url.host}`,
picture: meta.picture ?? Conf.local('/images/avi.png'), picture: meta.picture ?? Conf.local('/images/thumbnail.png'),
event, event,
}; };
} }

BIN
static/images/thumbnail.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB