Skip to content

Commit 99c1dbd

Browse files
author
AlbertIsernAlvarez
committed
Update favicon link in index.js
1 parent 85e31e5 commit 99c1dbd

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ const framerSiteUrl = "https://about.peable.co/FairCoin";
1111
function removeFairCoin(html) {
1212
const $ = cheerio.load(html);
1313

14+
// Change the favicon
15+
$("link[rel='icon']").attr("href", "/public/assets/favicon.ico");
16+
1417
// Remove any rel="alternate" meta tags
1518
$("meta[rel='alternate']").remove();
1619

public/assets/favicon.ico

4.19 KB
Binary file not shown.

0 commit comments

Comments
 (0)