v2.2.0 (Remote URL update)

This commit is contained in:
selfhst-bot
2025-11-25 04:52:38 -05:00
parent 6bef9bde59
commit 9a0eed194f
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
# v2.2.0
## What's Changed
* Remote source now points to main branch to ensure latest icons are fetched
# v2.1.0 # v2.1.0
## What's Changed ## What's Changed

View File

@@ -1 +1 @@
2.1.0 2.2.0

View File

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