fix(web): render footer brand host from runtime config #460
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/BUNYIP-462-footer-runtime-domain"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Render the footer brand host from
cfg.domain_or_localhost()instead of the hardcodeda8n.systems(layout.rs:256), matching the copyright line at layout.rs:285.Why
On any deploy where
BUNYIP_APP_DOMAIN != a8n.systemsthe footer named two different domains. UI audit (BUNYIP-455) finding F27.Trivial reuse of an existing valid expression; CI verifies.
Closes BUNYIP-462.