[object Object]

← back to Micawallpaper

Add clean /privacy route (AdSense URL consistency)

92568b09e562048a41dadbeb8dbd0652deebf5eb · 2026-09-10 11:51:24 -0700 · Steve Abrams

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

Files touched

Diff

commit 92568b09e562048a41dadbeb8dbd0652deebf5eb
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Sep 10 11:51:24 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 e298b5a..43caa01 100644
--- a/server.js
+++ b/server.js
@@ -206,6 +206,7 @@ require("./_universal-contact")(app, cfg.contact);
 require("./_universal-auth")(app, cfg.auth);
 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')));
 
 app.get('/api/products', (req, res) => {
   const { q, aesthetic, vendor, page = 1, limit = 24, sort = 'newest'} = req.query;

← 9131498 Standardize privacy policy to /privacy.html + footer link (A  ·  back to Micawallpaper  ·  front-page-steward: ux-primitives bundle (silent) TK-12031 ea24bb8 →