From a45a9cdbda6cf3ad3974a8f996fbe5a723fa0b8c Mon Sep 17 00:00:00 2001 From: Silberengel Date: Wed, 8 Apr 2026 14:47:34 +0200 Subject: [PATCH] fixed images --- config/config.exs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config/config.exs b/config/config.exs index f8e3c05..ef9a311 100644 --- a/config/config.exs +++ b/config/config.exs @@ -54,10 +54,8 @@ config :phoenix, :json_library, Jason # Edit these values to describe your relay instance. config :gc_index_relay, :relay_info, name: "Mercury Index-Relay", - icon: - "https://git.imwald.eu/silberengel/gc_index_relay/src/branch/test/local-setup/priv/static/favicon.ico", - banner: - "https://git.imwald.eu/silberengel/gc_index_relay/src/branch/test/local-setup/priv/static/mercury_icon.png", + icon: "http://localhost:4000/favicon.ico", + banner: "http://localhost:4000/images/mercury_icon.png", description: "A Nostr index relay for the http protocol, from GitCitadel. Featuring a RESTful API and Swagger, it specializes in swift retrieval or publications, repos, and similar graphs of related events", software: "https://git.imwald.eu/silberengel/gc_index_relay.git",