Skip to content

Commit

Permalink
add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
KTachibanaM committed Dec 24, 2024
1 parent a033fe6 commit 1bb61dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/routes/msn/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const route: Route = {
const channelLink = `https://www.msn.com/${market}/channel/source/${name}/${id}`;
return {
title: name,
image: 'https://www.msn.com/favicon.ico',
link: channelLink,
item: items,
};
Expand Down

0 comments on commit 1bb61dc

Please sign in to comment.