Update blog host name.

This commit is contained in:
Brent Simmons 2023-06-13 21:48:11 -07:00
parent a7cd320041
commit 1020816e5b

View File

@ -121,7 +121,7 @@ final class FaviconDownloader {
let url = homePageURL.normalizedURL
if let url = URL(string: homePageURL) {
if url.host == "nnw.ranchero.com" {
if url.host == "nnw.ranchero.com" || url.host == "netnewswire.blog" {
return IconImage.appIcon
}
}