forked from FoundKeyGang/FoundKey
server: fix default not found error image
This commit is contained in:
parent
ff31b8b06d
commit
9f1670d5fd
1 changed files with 1 additions and 1 deletions
|
@ -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 ?? {});
|
||||
|
||||
|
|
Loading…
Reference in a new issue