From c49de3eb0109f536916415e7d110d9fb8a909e30 Mon Sep 17 00:00:00 2001 From: Dorian Date: Wed, 15 Jul 2026 09:25:38 +0100 Subject: [PATCH] fix(demo): relative asset paths in bitcoin-ui/fedimint-ui shells MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The shells are served at / in their containers but under /app// in the public demo, where absolute /tailwind.css and /assets/... 404 — the Bitcoin UI rendered unstyled with a giant unconstrained SVG. Relative paths resolve correctly in both contexts. Co-Authored-By: Claude Fable 5 --- docker/bitcoin-ui/index.html | 10 ++++++---- docker/fedimint-ui/index.html | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docker/bitcoin-ui/index.html b/docker/bitcoin-ui/index.html index 5878b071..89dab4ef 100644 --- a/docker/bitcoin-ui/index.html +++ b/docker/bitcoin-ui/index.html @@ -7,7 +7,9 @@ Bitcoin Node - Archipelago - + +