From 83847ad98f6f043f21212f5668216a4fc6924021 Mon Sep 17 00:00:00 2001 From: John Doe Date: Wed, 4 Mar 2026 00:32:00 -0500 Subject: [PATCH] feat: update logo URL in LocalAGI configuration to use CDN --- frontend/public/json/localagi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/localagi.json b/frontend/public/json/localagi.json index c865efe1..4f0ad2ff 100644 --- a/frontend/public/json/localagi.json +++ b/frontend/public/json/localagi.json @@ -11,7 +11,7 @@ "interface_port": 8080, "documentation": "https://github.com/mudler/LocalAGI#installation-options", "website": "https://github.com/mudler/LocalAGI", - "logo": "https://github.com/mudler/LocalAGI/raw/main/webui/react-ui/public/logo_1.png", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/localagi.webp", "config_path": "/opt/localagi/.env", "description": "LocalAGI is a self-hostable AI agent platform with a web UI, OpenAI-compatible APIs, and local-first model orchestration.", "install_methods": [