← back to Wallpaperdefinitions
Add clean /privacy route (AdSense URL consistency)
258777569efa3915e965148ac5ed99ef1df5ce48 · 2026-09-10 11:51:29 -0700 · Steve Abrams
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit 258777569efa3915e965148ac5ed99ef1df5ce48
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Sep 10 11:51:29 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 5547604..6146e29 100644
--- a/server.js
+++ b/server.js
@@ -10,6 +10,7 @@ app.use((req, res, next) => {
});
app.use(express.static(path.join(__dirname, 'public')));
+app.get('/privacy', (req, res) => res.sendFile(path.join(__dirname, 'public', 'privacy.html')));
app.get('/health', (req, res) => res.json({ status: 'ok', site: 'wallpaperdefinitions.com' }));
← 2e10178 Add privacy footer link (AdSense discoverability)
·
back to Wallpaperdefinitions
·
(newest)