From 01ce4a8ded921b50e5e3bb7648bd98b8f8ba1734 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Fri, 23 Jan 2026 21:07:38 +0100 Subject: [PATCH] Handle changed server behavior with subpath injection The server doesn't inject the subpath anymore in case no path is set. To handle this, the app needs to set the "base" element itself to ensure that the resources are requested from the proper path. --- index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/index.html b/index.html index 3198a3fb..2b026954 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,17 @@
+