[object Object]

← back to 1800swallpaper

Add clean /privacy route (AdSense URL consistency)

9cd4933d47188ea029116cbaea28cc672ee77bbe · 2026-09-10 11:51:17 -0700 · Steve Abrams

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

Files touched

Diff

commit 9cd4933d47188ea029116cbaea28cc672ee77bbe
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Sep 10 11:51:17 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 57d3aa6..3a73c9d 100644
--- a/server.js
+++ b/server.js
@@ -206,6 +206,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')));
 
 // Clean-URL routes for extension-less nav links.
 const CLEAN_PAGES = ['privacy', 'history', 'care', 'sourcing', 'trade', 'vocabulary'];

← 9a3a58f Standardize privacy policy to /privacy.html + footer link (A  ·  back to 1800swallpaper  ·  front-page-steward: ux-primitives bundle (silent) TK-12031 9f9ffa5 →