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
|
# v2.1.0
|
||||||
|
|
||||||
## What's Changed
|
## What's Changed
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2.1.0
|
2.2.0
|
||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user