From de03bfc893006b7c47e09acbb80a66cfc6c01021 Mon Sep 17 00:00:00 2001 From: Alexis Couvreur Date: Mon, 21 Oct 2024 00:42:33 -0400 Subject: [PATCH] fix traefik icon and banner paths --- .traefik.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.traefik.yml b/.traefik.yml index 54952cd3..948d2024 100644 --- a/.traefik.yml +++ b/.traefik.yml @@ -1,7 +1,7 @@ displayName: Sablier type: middleware -iconPath: ./docs/img/icon.png -bannerPath: ./docs/img/banner.png +iconPath: ./docs/assets/img/icon.png +bannerPath: ./docs/assets/img/banner.png import: github.com/sablierapp/sablier/plugins/traefik