This commit is contained in:
Aleksandr Statciuk 2022-01-10 15:00:35 +03:00
parent b9ab8ee78e
commit ba6036dd7d
18 changed files with 105 additions and 740 deletions

View file

@ -0,0 +1,9 @@
module.exports = {
site: 'example.com',
url() {
return `https://example.com`
},
parser() {
return []
}
}