mirror of
https://github.com/selfhst/icons.git
synced 2026-04-30 13:26:18 -04:00
v2.2.0 (Remote URL update)
This commit is contained in:
@@ -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
|
||||
|
||||
## What's Changed
|
||||
|
||||
@@ -1 +1 @@
|
||||
2.1.0
|
||||
2.2.0
|
||||
@@ -117,7 +117,7 @@ func loadConfig() *Config {
|
||||
return &Config{
|
||||
Port: port,
|
||||
IconSource: iconSource,
|
||||
JSDelivrURL: "https://cdn.jsdelivr.net/gh/selfhst/icons",
|
||||
JSDelivrURL: "https://cdn.jsdelivr.net/gh/selfhst/icons@main",
|
||||
LocalPath: "/app/icons",
|
||||
StandardIconFormat: standardFormat,
|
||||
CacheTTL: time.Hour,
|
||||
|
||||
Reference in New Issue
Block a user