← back to Hospitalitywallcoverings
Add clean /privacy route (AdSense URL consistency)
f64ce925ff2d6471b793e5660871d7f333f3c4db · 2026-09-10 11:51:22 -0700 · Steve Abrams
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit f64ce925ff2d6471b793e5660871d7f333f3c4db
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Sep 10 11:51:22 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 1ee132c..4e7cb3b 100644
--- a/server.js
+++ b/server.js
@@ -192,6 +192,7 @@ require('./_universal-auth')(app, { siteName: "hospitalitywallcoverings" });
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')));
// Hospitality grade filters — regex matchers against title + tags.
// Wired to the front-page filter chips: All / Type-II / Acoustic / Healthcare / Class A / Wovens.
← 0ebca09 Standardize privacy policy to /privacy.html + footer link (A
·
back to Hospitalitywallcoverings
·
fix: remove placeholder-PDF spec downloads, convert to inqui df7de7b →