Load logo from config

This commit is contained in:
Aleksandr Statciuk 2022-01-16 01:33:40 +03:00
parent a03ea275c2
commit 89dd00e5f0
7 changed files with 37 additions and 21 deletions

View file

@ -3,6 +3,9 @@ module.exports = {
url() {
return `https://example.com`
},
logo() {
return 'https://example.com/logo.png'
},
parser() {
return []
}