fix(icons): update selfhstIcons URL to point to the raw GitHub content

This commit is contained in:
yusing
2025-08-17 16:39:11 +08:00
parent b58cabf998
commit 353f818b41

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://selfhst.github.io/cdn/directory/icons.json"
selfhstIcons = "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/index.json"
)
func NewIconKey(source IconSource, reference string) IconKey {