From 8142637e791342bbb122912a027af18a2445b233 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Fri, 20 Mar 2026 17:35:10 +0100 Subject: [PATCH] Fix trust center SPA asset loading on custom domains The base tag was only set for /trust/{slug} paths, causing asset requests on custom domains to resolve relative to the page URL instead of root, resulting in 404 fallback to index.html. Signed-off-by: Bryan Frimin --- apps/trust/index.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/apps/trust/index.html b/apps/trust/index.html index c4016b562..a5d9cb778 100644 --- a/apps/trust/index.html +++ b/apps/trust/index.html @@ -6,11 +6,9 @@