[object Object]

← back to Retrowalls

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.

1cf0d0e8751d769ef1541c660e7c9f4087b2556c · 2026-06-19 16:33:22 -0700 · Steve

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

Files touched

Diff

commit 1cf0d0e8751d769ef1541c660e7c9f4087b2556c
Author: Steve <steve@designerwallcoverings.com>
Date:   Fri Jun 19 16:33:22 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 8c0d215..651231c 100644
--- a/server.js
+++ b/server.js
@@ -205,6 +205,7 @@ app.use((req, res, next) => {
 require('./_universal-contact')(app, { siteName: "retrowalls", zdColor: "#C9A14B", zdPosition: 'right' });
 require('./_universal-auth')(app, { siteName: "retrowalls" });
 
+require('../_shared/_universal-promo-banner')(app, {}); // new-arrivals promo strip (Tier B)
 app.use(express.static(path.join(__dirname, 'public'), { extensions: ['html'] }));
 
 // Shared filter so /api/products and /api/facets agree on the result set.

← 70a042d fix: safeImg allow same-origin /img/ proxy urls (vendor-neut  ·  back to Retrowalls  ·  chore: macstudio3 migration — reconcile from mac2 + repoint b9d8b89 →