mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Use Ditto planet as default instance thumbnail
This commit is contained in:
parent
67b17778d3
commit
92a1d88923
2 changed files with 1 additions and 1 deletions
|
|
@ -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 |
Loading…
Add table
Reference in a new issue