← back to Silkwallcoverings
Add clean /privacy route (AdSense URL consistency)
36c9445d840e82fb9a60e7ccf426dd693f411b3d · 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 36c9445d840e82fb9a60e7ccf426dd693f411b3d
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 38c230b..dbecdfa 100644
--- a/server.js
+++ b/server.js
@@ -182,6 +182,7 @@ app.get(/^\/(care|history|sourcing|trade|vocabulary|index)\.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')));
app.get('/api/products', (req, res) => {
const { q, aesthetic, vendor, page = 1, limit = 24, sort = 'newest'} = req.query;
← 868f787 Standardize privacy policy to /privacy.html + footer link (A
·
back to Silkwallcoverings
·
front-page-steward: ux-primitives bundle (silent) TK-12031 b6b03c4 →