← back to Saloonwallpaper
Add clean /privacy route (AdSense URL consistency)
fa1802c575bdf2580bfd75704880e39522d3844c · 2026-09-10 11:51:27 -0700 · Steve Abrams
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit fa1802c575bdf2580bfd75704880e39522d3844c
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Sep 10 11:51:27 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 4e44770..602873b 100644
--- a/server.js
+++ b/server.js
@@ -216,6 +216,7 @@ 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')));
+app.get('/privacy', (req, res) => res.sendFile(path.join(__dirname, 'public', 'privacy.html')));
// Shared filter — apply q/aesthetic/vendor, optionally skipping one dimension
// (used by /api/facets for drill-down counts: each facet dimension is counted
← 6ad9369 Standardize privacy policy to /privacy.html + footer link (A
·
back to Saloonwallpaper
·
front-page-steward: ux-primitives bundle (silent) TK-12031 b478b03 →