[object Object]

← back to Naturalwallcoverings

Add clean /privacy route (AdSense URL consistency)

f9c8eade2cbf9a7dafe187e7cf12548f527ae6fb · 2026-09-10 11:51:27 -0700 · Steve Abrams

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

Files touched

Diff

commit f9c8eade2cbf9a7dafe187e7cf12548f527ae6fb
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Sep 10 11:51:27 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 bf11bd6..87299d9 100644
--- a/server.js
+++ b/server.js
@@ -215,6 +215,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')));
 
 app.get('/api/products', (req, res) => {
   const { q, aesthetic, vendor, page = 1, limit = 24, sort = 'newest'} = req.query;

← 669da24 Standardize privacy policy to /privacy.html + footer link (A  ·  back to Naturalwallcoverings  ·  front-page-steward: ux-primitives bundle (silent) TK-12031 2afbc32 →