[object Object]

← back to Contractwallpaper

Add clean /privacy route (AdSense URL consistency)

e506b04ba2bdff8bb2670d69eb7d4fc99db73855 · 2026-09-10 11:51:20 -0700 · Steve Abrams

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit e506b04ba2bdff8bb2670d69eb7d4fc99db73855
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Sep 10 11:51:20 2026 -0700

    Add clean /privacy route (AdSense URL consistency)
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 server.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server.js b/server.js
index 1e53bc2..b412e24 100644
--- a/server.js
+++ b/server.js
@@ -200,6 +200,7 @@ app.get(/^\/(care|history|sourcing|trade|vocabulary)\.html$/i, (req, res) => {
 
 require('../_shared/_universal-promo-banner')(app, {}); // new-arrivals promo strip (Tier B)
 app.use(express.static(path.join(__dirname, 'public')));
+app.get('/privacy', (req, res) => res.sendFile(path.join(__dirname, 'public', 'privacy.html')));
 
 // Shared filter — applied identically by /api/products and /api/facets so that
 // facet counts always reflect the active filtered result set (drill-down),

← 0794bbd Standardize privacy policy to /privacy.html + footer link (A  ·  back to Contractwallpaper  ·  governance(TK-11370): make live-by-default Shopify writers d cd6b4f6 →