Skip to content

Commit

Permalink
♻️ Use hostname icon as fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Dec 6, 2020
1 parent 575c85e commit aca5966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/summary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const generateSummary = async () => {

let fallbackIcon = "";
try {
fallbackIcon = `https://favicons.githubusercontent.com/fallback-icon`;
fallbackIcon = `https://favicons.githubusercontent.com/${parse(site.url).hostname}`;
} catch (error) {}

pageStatuses.push({
Expand Down

0 comments on commit aca5966

Please sign in to comment.