Update example.com.config.js

This commit is contained in:
Aleksandr Statciuk 2022-01-30 02:49:43 +03:00
parent 0dcbdb5d84
commit 4e28c1a119

View file

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