[object Object]

← back to Apartmentwallpaper

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.

877e37d901f79f77dc1fe2440255f601ea088b00 · 2026-06-19 16:33:17 -0700 · Steve

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

Files touched

Diff

commit 877e37d901f79f77dc1fe2440255f601ea088b00
Author: Steve <steve@designerwallcoverings.com>
Date:   Fri Jun 19 16:33:17 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 0cfdd8e..e1e6eee 100644
--- a/server.js
+++ b/server.js
@@ -91,6 +91,7 @@ for (const page of ['care', 'history', 'sourcing', 'trade', 'vocabulary']) {
   app.get('/' + page + '.html', (req, res) => res.redirect(301, '/' + page));
 }
 
+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 (extension-less nav links).

← f2ab8c8 Pre-warm /img token map at boot (close cold-start 404 window  ·  back to Apartmentwallpaper  ·  feat: add grid density slider (DW standard) — adjustable col e6063ce →