From 5f7b18cf9aa84b9bb87bfe13b30d843d85ad2d79 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Sat, 2 May 2026 17:03:25 +0200 Subject: [PATCH] Statically set the base tag Injecting the base tag via a script causes assets to be requested once from an invalid url and then again from the correct one after the base tag got injected. Setting it statically won't cause any problems with the servers subpath injection, because the browser will just use the first base tag in case there are multiple. fixes #1096 --- index.html | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/index.html b/index.html index 052539d6..50a0e6d5 100644 --- a/index.html +++ b/index.html @@ -1,17 +1,7 @@ - + Suwayomi