Skip to content

Commit d82a228

Browse files
committed
[DobinDom] Fix feed icon location
1 parent c2f23c4 commit d82a228

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

bridges/DobinDomBridge.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ public function collectData()
5555
}
5656
}
5757

58+
public function getIcon()
59+
{
60+
// default location favicon.ico is broken
61+
return self::URI . '/favicon.svg';
62+
}
63+
5864
private function authenticate(): string
5965
{
6066
$opts = [

0 commit comments

Comments
 (0)