← back to Textilewallpaper
Add clean /privacy route (AdSense URL consistency)
f016b8b892326a0a62817de01a94b48d8dd65b4e · 2026-09-10 11:51:28 -0700 · Steve Abrams
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit f016b8b892326a0a62817de01a94b48d8dd65b4e
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Sep 10 11:51:28 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 28f00c8..0502dd3 100644
--- a/server.js
+++ b/server.js
@@ -214,6 +214,7 @@ app.use((req, res, next) => {
});
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 so /api/products and /api/facets stay in lock-step. `skip`
// names one dimension to leave un-applied — used by /api/facets to count each
← b0547bd Standardize privacy policy to /privacy.html + footer link (A
·
back to Textilewallpaper
·
front-page-steward: ux-primitives bundle (silent) TK-12031 e9a2ba9 →