Update andorradifusio.ad.config.js

This commit is contained in:
Aleksandr Statciuk 2021-10-05 03:14:14 +03:00
parent 8e84a97880
commit b3819577ea

View file

@ -10,11 +10,8 @@ dayjs.extend(timezone)
dayjs.extend(customParseFormat) dayjs.extend(customParseFormat)
module.exports = { module.exports = {
lang: 'ca',
days: 7, days: 7,
site: 'andorradifusio.ad', site: 'andorradifusio.ad',
channels: 'andorradifusio.ad.channels.xml',
output: '.gh-pages/guides/andorradifusio.ad.guide.xml',
url({ channel }) { url({ channel }) {
return `https://www.andorradifusio.ad/programacio/${channel.site_id}` return `https://www.andorradifusio.ad/programacio/${channel.site_id}`
}, },