[object Object]

← back to Glitterwalls

Mount new-arrivals promo strip (Tier B): require ../_shared/_universal-promo-banner before express.static — text-only rotating 'New · <product> →' banner from /api/products?sort=newest. Local only; deploy gated.

2c8dce33b7f29667c6a0de5eceb24a06fece93bc · 2026-06-19 16:33:18 -0700 · Steve

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

Files touched

Diff

commit 2c8dce33b7f29667c6a0de5eceb24a06fece93bc
Author: Steve <steve@designerwallcoverings.com>
Date:   Fri Jun 19 16:33:18 2026 -0700

    Mount new-arrivals promo strip (Tier B): require ../_shared/_universal-promo-banner before express.static — text-only rotating 'New · <product> →' banner from /api/products?sort=newest. Local only; deploy gated.
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
---
 server.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server.js b/server.js
index b8afc85..dfb1e6f 100644
--- a/server.js
+++ b/server.js
@@ -223,6 +223,7 @@ try {
 }
 require("./_universal-contact")(app, cfg.contact);
 require("./_universal-auth")(app, cfg.auth);
+require('../_shared/_universal-promo-banner')(app, {}); // new-arrivals promo strip (Tier B)
 app.use(express.static(path.join(__dirname, 'public')));
 
 // Clean-URL routes for editorial pages so their declared canonicals resolve.

← 3fe8345 fix: safeImg allow same-origin /img/ proxy urls (vendor-neut  ·  back to Glitterwalls  ·  GLM spinners: swap 26 swatch-spin GIFs for extracted still f c7de50a →