From 72dc783e23c1b083b196eed2f870880760022e78 Mon Sep 17 00:00:00 2001 From: yusing Date: Tue, 1 Jul 2025 02:14:27 +0800 Subject: [PATCH] fix(icons): update selfh.st icon json url --- internal/homepage/list_icons.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {