Remote source now points to main branch to ensure latest icons are fetched
This commit is contained in:
2
main.go
2
main.go
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user