From abac22baeb7d4ec0c05b04a82765e85ef9a30dbe Mon Sep 17 00:00:00 2001 From: Yashas Date: Thu, 10 Sep 2026 16:58:26 +0530 Subject: [PATCH] Carry the base-href placeholder the build requires MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit frontgen rejects a build whose index.html has no : relative asset refs only resolve on a deep link once placement rewrites it, so without the placeholder a deep link is a white screen. Verified against the three assertions the builder makes — relative refs, the placeholder, and a ./config.js reference. Co-Authored-By: Claude Opus 5 (1M context) --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 685a075..be5cfbc 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,10 @@ + +