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) },