From 83d8b82e802b53c3a43327a5cad07009b3fc8e27 Mon Sep 17 00:00:00 2001 From: rex7036 <80580393+rex7036@users.noreply.github.com> Date: Sun, 18 May 2025 12:31:23 +0800 Subject: [PATCH] Update index.html --- hubcmdui/web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hubcmdui/web/index.html b/hubcmdui/web/index.html index 544fbee..21a3ea6 100644 --- a/hubcmdui/web/index.html +++ b/hubcmdui/web/index.html @@ -539,7 +539,7 @@ let originalImage = `${imageName}:${tag}`; let proxyImage = ''; if (!imageName.includes('/')) { - proxyImage = `${proxyDomain}/${imageName}:${tag}`; + proxyImage = `${proxyDomain}/library/${imageName}:${tag}`; } else { proxyImage = `${proxyDomain}/${imageName}:${tag}`; }