mirror of
https://github.com/aljazceru/awesome-nostr.git
synced 2025-12-08 22:38:50 +00:00
fix google domain url
This commit is contained in:
@@ -781,7 +781,7 @@ function createResourceCard(resource) {
|
|||||||
|
|
||||||
// Try multiple favicon sources
|
// Try multiple favicon sources
|
||||||
const faviconSources = [
|
const faviconSources = [
|
||||||
`https://www.google.com/s2/favicons?domain=${domain}&sz=64`,
|
`https://www.google.com/s2/favicons?domain=https://${domain}&sz=64`,
|
||||||
`https://${domain}/favicon.ico`,
|
`https://${domain}/favicon.ico`,
|
||||||
`https://${domain}/favicon.png`,
|
`https://${domain}/favicon.png`,
|
||||||
`https://${domain}/apple-touch-icon.png`,
|
`https://${domain}/apple-touch-icon.png`,
|
||||||
|
|||||||
Reference in New Issue
Block a user