← back to Restaurantwallpaper
Add clean /privacy route (AdSense URL consistency)
51f1aa26a55b6cf80e591adaff85eef893368b46 · 2026-09-10 11:51:26 -0700 · Steve Abrams
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit 51f1aa26a55b6cf80e591adaff85eef893368b46
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Sep 10 11:51:26 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 22e20a3..7ce4d51 100644
--- a/server.js
+++ b/server.js
@@ -227,6 +227,7 @@ for (const [legacy, clean] of Object.entries(HTML_TO_CLEAN)) {
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 any subset of the active facets (q/aesthetic/vendor).
// `skip` lets a facet-count pass exclude its OWN dimension so each facet's
← 7de5e0b Standardize privacy policy to /privacy.html + footer link (A
·
back to Restaurantwallpaper
·
front-page-steward: ux-primitives bundle (silent) TK-12031 1ed8f0c →