diff --git a/internal/homepage/list_icons.go b/internal/homepage/list_icons.go index 72497a8..6ed4d6c 100644 --- a/internal/homepage/list_icons.go +++ b/internal/homepage/list_icons.go @@ -84,7 +84,7 @@ var iconsCache = &Cache{ const ( walkxcodeIcons = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons@master/tree.json" - selfhstIcons = "https://cdn.selfh.st/directory/icons.json" + selfhstIcons = "https://selfhst.github.io/cdn/directory/icons.json" ) func NewIconKey(source IconSource, reference string) IconKey {