Update rev.bs.config.js
This commit is contained in:
@@ -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)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user