← back to Customdigitalmurals
banner: wire universal promo-banner require above express.static (officer-approved; deploy gated)
5e3ad019221073b648175fe8bfd3b9e63c0c2c1f · 2026-06-21 16:48:56 -0700 · Steve
Files touched
Diff
commit 5e3ad019221073b648175fe8bfd3b9e63c0c2c1f
Author: Steve <steve@designerwallcoverings.com>
Date: Sun Jun 21 16:48:56 2026 -0700
banner: wire universal promo-banner require above express.static (officer-approved; deploy gated)
---
server.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/server.js b/server.js
index 0c92d12..37f32f5 100644
--- a/server.js
+++ b/server.js
@@ -96,6 +96,7 @@ app.use((req, res, next) => {
// any `vendor` field with "Designer Wallcoverings", strips `?vendor=` query).
app.use(require('../_shared/api-vendor-redact'));
+require('../_shared/_universal-promo-banner')(app, { slug: 'customdigitalmurals' });
app.use(express.static(path.join(__dirname, 'public'), { maxAge: '1d' }));
// Health check (both paths — /health for direct probe, /api/health for fleet standard)
← 7d37cef seo: add per-page canonical + Open Graph + Twitter card (hea
·
back to Customdigitalmurals
·
deploy: scaffold .deploy.conf for banner deploy 70ea38b →