Skip to content

Commit

Permalink
feat(feeds): update warning for existing feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
ovlb committed Oct 24, 2022
1 parent 26a6219 commit ac42080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _src/_data/feeds.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = async function () {
console.group()
console.log(`Found existing feeds on ${parserInfo.url}.`)
console.log('Use first party feeds whenever possible.')
console.log(`${content.feeds.join('\n')}\n`)
console.log(`${content.feeds.map(({ url }) => url.href).join('\n')}\n`)
console.groupEnd()
}

Expand Down

0 comments on commit ac42080

Please sign in to comment.