mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
[backend] Fix error images configuration load
This commit is contained in:
parent
0c9c04f89d
commit
6ffe09709e
1 changed files with 1 additions and 1 deletions
|
@ -43,10 +43,10 @@ export default function load() {
|
|||
config.port = config.port || parseInt(process.env.PORT || "", 10);
|
||||
|
||||
config.images = {
|
||||
...config.images,
|
||||
info: '/twemoji/1f440.svg',
|
||||
notFound: '/twemoji/2049.svg',
|
||||
error: '/twemoji/1f480.svg',
|
||||
...config.images,
|
||||
};
|
||||
|
||||
config.searchEngine = config.searchEngine ?? 'https://duckduckgo.com/?q=';
|
||||
|
|
Loading…
Reference in a new issue