server: fix default not found error image

This commit is contained in:
Johann150 2022-12-14 19:05:41 +01:00
parent ff31b8b06d
commit 9f1670d5fd
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -40,7 +40,7 @@ export default function load(): Config {
config.images = Object.assign({
info: '/twemoji/1f440.svg',
notFound: '/twemoji/2040.svg',
notFound: '/twemoji/2049.svg',
error: '/twemoji/1f480.svg',
}, config.images ?? {});