← back to Vinylwallpaper
Add clean /privacy route (AdSense URL consistency)
da64192c63c3564076edbceb4077d4e4424ce0ba · 2026-09-10 11:51:28 -0700 · Steve Abrams
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit da64192c63c3564076edbceb4077d4e4424ce0ba
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Sep 10 11:51:28 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 c2f0188..b59b4df 100644
--- a/server.js
+++ b/server.js
@@ -183,6 +183,7 @@ app.get('/index.html', (req, res) => res.redirect(301, '/'));
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;
← 53d44fa Standardize privacy policy to /privacy.html + footer link (A
·
back to Vinylwallpaper
·
front-page-steward: ux-primitives bundle (silent) TK-12031 57a94ef →