← back to Suedewallpaper
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.
a1601b57d8b370b89e8dffc695577a67d8f17d02 · 2026-06-19 16:33:23 -0700 · Steve
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Files touched
Diff
commit a1601b57d8b370b89e8dffc695577a67d8f17d02
Author: Steve <steve@designerwallcoverings.com>
Date: Fri Jun 19 16:33:23 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 82d3668..b1d96d0 100644
--- a/server.js
+++ b/server.js
@@ -220,6 +220,7 @@ app.get(/^\/(index|care|history|sourcing|trade|vocabulary)\.html$/i, (req, res)
res.redirect(301, name === 'index' ? '/' : '/' + name);
});
+require('../_shared/_universal-promo-banner')(app, {}); // new-arrivals promo strip (Tier B)
app.use(express.static(path.join(__dirname, 'public')));
// Clean-URL routes for the static info pages (nav links use extension-less paths).
← 2226703 fix: safeImg allow same-origin /img/ proxy urls (vendor-neut
·
back to Suedewallpaper
·
Square product-card images (aspect-ratio 1/1) 31ffd2a →