[object Object]

← back to Blockprintedwallpaper

fix(niche-filter): add 'hand block' and 'hand printed' to NICHE_POS so Hand Block tagged products are not filtered out

e2f0d8b6905ef16ec1ad4e5eefa7d26b6d05ce77 · 2026-05-30 21:32:18 -0700 · SteveStudio2

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files touched

Diff

commit e2f0d8b6905ef16ec1ad4e5eefa7d26b6d05ce77
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date:   Sat May 30 21:32:18 2026 -0700

    fix(niche-filter): add 'hand block' and 'hand printed' to NICHE_POS so Hand Block tagged products are not filtered out
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---
 server.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server.js b/server.js
index 95aeb79..48f4516 100644
--- a/server.js
+++ b/server.js
@@ -40,7 +40,7 @@ let PRODUCTS = [];
 let DROPPED = 0;
 
 // graphics-loop pass 12: niche keyword filter — only show products that fit this site's niche
-const NICHE_POS = ["woodblock","block-printed","block print","hand-stamped","artisan"];
+const NICHE_POS = ["woodblock","block-printed","block print","hand block","hand-stamped","hand printed","artisan"];
 const NICHE_NEG = ["solid","blank","plain"];
 function nicheFit(p) {
   const blob = ((p.title || '') + ' ' + (p.tags || []).join(' ')).toLowerCase();

← 180e593 feat(fleet): theme1/theme2 query-param-gated toggle on catal  ·  back to Blockprintedwallpaper  ·  Add noopener,noreferrer to cross-site window.open d914b63 →