From 999e70fc85f4ee9dba921156b7614004297cd012 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 5 Oct 2021 03:33:27 +0300 Subject: [PATCH] Update rev.bs.config.js --- sites/rev.bs.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/sites/rev.bs.config.js b/sites/rev.bs.config.js index 1f62790d..c9c972cc 100644 --- a/sites/rev.bs.config.js +++ b/sites/rev.bs.config.js @@ -10,11 +10,8 @@ dayjs.extend(timezone) const endpoint = `https://www.rev.bs/wp-content/uploads/tv-guide/$date_$index.json` module.exports = { - lang: 'en', site: 'rev.bs', days: 3, - channels: 'rev.bs.channels.xml', - output: '.gh-pages/guides/rev.bs.guide.xml', url: function ({ date }) { return endpoint.replace('$date', date.format('YYYY-MM-DD')).replace('$index', 0) },