[object Object]

← back to Chinoiseriewallpaper

Add clean /privacy route (AdSense URL consistency)

24023c2b5a58f8c76ca445870519b651a6d6b7c5 · 2026-09-10 11:51:20 -0700 · Steve Abrams

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

Files touched

Diff

commit 24023c2b5a58f8c76ca445870519b651a6d6b7c5
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Sep 10 11:51:20 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 22c91b0..1f98364 100644
--- a/server.js
+++ b/server.js
@@ -260,6 +260,7 @@ app.use(require('../_shared/api-vendor-redact'));
 
 require('../_shared/_universal-promo-banner')(app, { slug: 'chinoiseriewallpaper' });
 app.use(express.static(path.join(__dirname, 'public')));
+app.get('/privacy', (req, res) => res.sendFile(path.join(__dirname, 'public', 'privacy.html')));
 app.set('views', path.join(__dirname, 'views'));
 app.set('view engine', 'ejs');
 

← 94df729 Add privacy policy page (/privacy.html) for AdSense  ·  back to Chinoiseriewallpaper  ·  front-page-steward: ux-primitives bundle (silent) TK-12031 2c98a8f →