From 9c17226be609d74406ef32fab0eef60433e7224b Mon Sep 17 00:00:00 2001 From: Oleg Tolchin Date: Tue, 17 Feb 2026 14:14:39 +0300 Subject: [PATCH] Update banner URL to API format for ORB bypass --- theme/modules/change-banner.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/modules/change-banner.css b/theme/modules/change-banner.css index d046981..389744c 100644 --- a/theme/modules/change-banner.css +++ b/theme/modules/change-banner.css @@ -5,7 +5,7 @@ */ :root { - --banner-url: url('https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/assets/banner.png'); + --banner-url: url('https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/assets/banner.png?ref=main'); } /* Custom banner for background */