[object Object]

← back to Consulting Rentv Com

portal: fix rentv.com link-out at the SOURCE (build.mjs template), not just the built output

43613a153b97b300c0cd1a90744328fd978e13dd · 2026-07-23 14:17:14 -0700 · Steve Abrams

The prior fix edited the generated portal.html, which build.mjs regenerates on
each deploy — reverting it on prod. Patched build.mjs:457 template so every
build drops the outbound rentv.com link (plain text); regenerated portal + concepts.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit 43613a153b97b300c0cd1a90744328fd978e13dd
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Jul 23 14:17:14 2026 -0700

    portal: fix rentv.com link-out at the SOURCE (build.mjs template), not just the built output
    
    The prior fix edited the generated portal.html, which build.mjs regenerates on
    each deploy — reverting it on prod. Patched build.mjs:457 template so every
    build drops the outbound rentv.com link (plain text); regenerated portal + concepts.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 build.mjs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.mjs b/build.mjs
index 4ee7377..2c8275a 100644
--- a/build.mjs
+++ b/build.mjs
@@ -454,7 +454,7 @@ footer{padding:56px clamp(24px,7vw,120px);border-top:1px solid var(--line);color
 <nav class="menu" id="portalmenu" onclick="if(event.target.closest('a'))document.body.classList.remove('nav')">
   <a class="mbrand" href="#summary">REN<span>TV</span>.com<small>Growth Strategy · 2026</small></a>
   <div class="mh">Contents</div>${navLinks}
-  <div class="minfo"><div class="mh">RENTV.com, Inc.</div><p>${BIZ.addr}</p>${BIZ.team.map(t=>`<p>${t[0]} — ${t[1]} · ${t[2]}</p>`).join('')}<p><a href="https://rentv.com" target="_blank" rel="noopener">rentv.com ↗</a> · <a href="https://www.rentvreview.com" target="_blank" rel="noopener">The REview ↗</a> · <a href="https://www.linkedin.com/company/rentv.com-inc" target="_blank" rel="noopener">LinkedIn ↗</a></p></div>
+  <div class="minfo"><div class="mh">RENTV.com, Inc.</div><p>${BIZ.addr}</p>${BIZ.team.map(t=>`<p>${t[0]} — ${t[1]} · ${t[2]}</p>`).join('')}<p><span>rentv.com</span> · <a href="https://www.rentvreview.com" target="_blank" rel="noopener">The REview ↗</a> · <a href="https://www.linkedin.com/company/rentv.com-inc" target="_blank" rel="noopener">LinkedIn ↗</a></p></div>
 </nav>
 
 <div class="hero" id="summary">

← 4ff250a portal: drop the outbound rentv.com link (plain text, no lin  ·  back to Consulting Rentv Com  ·  auth: add Daniel login 942afaa →