mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-17 05:24:22 +01:00
Use Ditto planet as default instance thumbnail
This commit is contained in:
@@ -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
BIN
static/images/thumbnail.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 158 KiB |
Reference in New Issue
Block a user