From d83b109a6ceaca9908027af3e6b6c50e45813a5c Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 5 Oct 2021 03:32:55 +0300 Subject: [PATCH] Update hd-plus.de.config.js --- sites/hd-plus.de.config.js | 3 --- 1 file changed, 3 deletions(-) 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')