Remote source now points to main branch to ensure latest icons are fetched

This commit is contained in:
2025-12-12 19:23:34 +05:30
parent 5065feb8b8
commit 11ac2ecca0

View File

@@ -117,7 +117,7 @@ func loadConfig() *Config {
return &Config{
Port: port,
IconSource: iconSource,
JSDelivrURL: "https://cdn.jsdelivr.net/gh/ryuupendragon/icons",
JSDelivrURL: "https://cdn.jsdelivr.net/gh/ryuupendragon/icons@main",
LocalPath: "/app/icons",
StandardIconFormat: standardFormat,
CacheTTL: time.Hour,