Improved favicons load

This commit is contained in:
Juan Gilsanz Polo
2025-04-03 22:05:30 +02:00
parent 63aca1f3a5
commit f330c2f6b5
11 changed files with 24 additions and 197 deletions

View File

@@ -5,4 +5,6 @@ class Urls {
static const playStoreLink = "https://play.google.com/store/apps/details?id=com.jgeek00.linkdy&pcampaignid=web_share";
static const linkdingRepo = "https://github.com/sissbruecker/linkding";
static const support = "https://appsupport.jgeek00.com";
static gstatic(url) =>
"https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=${url}&size=16";
}