Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions public/shared.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ export const FEEDS = [
'https://paulbakaus.com/feed/',
'https://blog.tomayac.com/feed/feed.xml',
'https://petelepage.com/feed/',
'https://una.im/feed.xml',
'https://rreverser.com/rss/',

// Github releases.
'https://github.com/googlechrome/lighthouse/releases.atom',
Expand Down Expand Up @@ -105,6 +107,8 @@ export const BLOG_TO_AUTHOR = [
{urlMatcher: 'paulbakaus.com', author: 'Paul Bakaus', twitter: 'pbakaus', github: 'pbakaus'},
{urlMatcher: 'rowan_m', author: 'Rowan Merewood', twitter: 'rowan_m', github: 'rowan-m'},
{urlMatcher: 'petelepage', author: 'Pete LePage', twitter: 'petele', github: 'petele'},
{urlMatcher: 'una.im', author: 'Una Kravets', twitter: 'una', github: 'una'},
{urlMatcher: 'rreverser', author: 'Ingvar Stepanyan', twitter: 'rreverser', github: 'rreverser'},
];

export const YOUTUBE_TO_AUTHOR = [
Expand Down
Loading