← back to Healthcarewallpaper
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.
908b26a6621619980a08ece2f55230e6547c4af3 · 2026-06-19 16:33:19 -0700 · Steve
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Files touched
Diff
commit 908b26a6621619980a08ece2f55230e6547c4af3
Author: Steve <steve@designerwallcoverings.com>
Date: Fri Jun 19 16:33:19 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 804c2d8..6e537d1 100644
--- a/server.js
+++ b/server.js
@@ -171,6 +171,7 @@ for (const pg of CLEAN_PAGES) {
// Legacy /index.html -> / (canonical)
app.get('/index.html', (req, res) => res.redirect(301, '/'));
+require('../_shared/_universal-promo-banner')(app, {}); // new-arrivals promo strip (Tier B)
app.use(express.static(path.join(__dirname, 'public')));
// Shared filter — applies q/aesthetic/vendor to PRODUCTS_NICHE. `skip` lets a
← 27ad4ad fix: safeImg allow same-origin /img/ proxy urls (vendor-neut
·
back to Healthcarewallpaper
·
corner-nav: move login to its own hamburger in upper-left (p 096d3be →