fix(icons): update selfh.st icon json url

This commit is contained in:
yusing 2025-07-01 02:14:27 +08:00
parent 1c95bbba6e
commit 72dc783e23

View file

@ -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 {