diff --git a/sites/hd-plus.de.config.js b/sites/hd-plus.de.config.js index 50029c41..a29fda61 100644 --- a/sites/hd-plus.de.config.js +++ b/sites/hd-plus.de.config.js @@ -10,11 +10,8 @@ dayjs.extend(timezone) dayjs.extend(customParseFormat) module.exports = { - lang: 'de', days: 3, site: 'hd-plus.de', - channels: 'hd-plus.de.channels.xml', - output: '.gh-pages/guides/hd-plus.de.guide.xml', url({ date, channel }) { const today = dayjs().utc().startOf('d') const day = date.diff(today, 'd')