← back to Raffiawalls
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.
bd90e7cf6c3fa930383b542ce986fea83a886ee4 · 2026-06-19 16:33:22 -0700 · Steve
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Files touched
Diff
commit bd90e7cf6c3fa930383b542ce986fea83a886ee4
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 20c34a8..3f3f563 100644
--- a/server.js
+++ b/server.js
@@ -203,6 +203,7 @@ app.get(/^\/(history|vocabulary|sourcing|care|trade)\.html$/, (req, res) => {
});
app.get(['/index.html', '/index'], (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 (skip the named dimension so a
← 1e3ff1d fix: safeImg allow same-origin /img/ proxy urls (vendor-neut
·
back to Raffiawalls
·
corner-nav: move login to its own hamburger in upper-left (p d362c7a →