[object Object]

← back to Apartmentwallpaper

Add clean /privacy route (AdSense URL consistency)

4cb2ce03765d67909f45247e93dca5cb4fb9e1f6 · 2026-09-10 11:51:16 -0700 · Steve Abrams

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit 4cb2ce03765d67909f45247e93dca5cb4fb9e1f6
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Sep 10 11:51:16 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 3c37404..d4e7117 100644
--- a/server.js
+++ b/server.js
@@ -93,6 +93,7 @@ for (const page of ['care', 'history', 'sourcing', 'trade', 'vocabulary']) {
 
 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')));
 
 // Clean-URL routes for editorial pages (extension-less nav links).
 const PAGE_ROUTES = {

← 5b7041d Standardize privacy policy to /privacy.html + footer link (A  ·  back to Apartmentwallpaper  ·  Catalog regen from dw_unified mirror + Admin API price/avail dce8f0e →