diff --git a/services/healthchecks.nix b/services/healthchecks.nix index 87c5690..dc18bdf 100644 --- a/services/healthchecks.nix +++ b/services/healthchecks.nix @@ -45,7 +45,7 @@ in DEBUG = false; INTEGRATIONS_ALLOW_PRIVATE_IPS = "False"; PROMETHEUS_ENABLED = "True"; - SITE_LOGO_URL = "https://its-et.me/favicon-32x32.png"; + SITE_LOGO_URL = "./static/img/logo.png"; SITE_NAME = "its-et.me Healthchecks"; SITE_ROOT = "https://hc.its-et.me"; WEBHOOKS_ENABLED = "True";