[object Object]

← back to Museumwallpaper

Add clean /privacy route (AdSense URL consistency)

3f28a964fb7c3f66b82e6baa98feb2356f43d3e9 · 2026-09-10 11:51:25 -0700 · Steve Abrams

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

Files touched

Diff

commit 3f28a964fb7c3f66b82e6baa98feb2356f43d3e9
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Sep 10 11:51:25 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 d3ad604..c0ea674 100644
--- a/server.js
+++ b/server.js
@@ -231,6 +231,7 @@ for (const [legacy, clean] of Object.entries(LEGACY_HTML)) {
 
 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 → static HTML pages.
 const CLEAN_URLS = {

← 406ecaf Standardize privacy policy to /privacy.html + footer link (A  ·  back to Museumwallpaper  ·  front-page-steward: ux-primitives bundle (silent) TK-12031 3ce9cc9 →