[object Object]

← back to Contractwallpaper

site.config rails: align with actual product aesthetics

3e625627f92e3c6c379cf97ea12229e521cc5e0a · 2026-05-26 08:16:03 -0700 · Steve

Old rails [type-ii,hospitality,healthcare,office,retail,wipe-clean] matched
ZERO products → /api/sliders returned 0 rails → homepage rendered flat grid.
New rails [textured,contemporary,beige,traditional,gray,brown] match actual
data: textured 351, contemporary 56, beige 35, traditional 27, gray 8,
brown 4. All 6 rails now fire. DTD verdict A (2/2).

Files touched

Diff

commit 3e625627f92e3c6c379cf97ea12229e521cc5e0a
Author: Steve <steve@designerwallcoverings.com>
Date:   Tue May 26 08:16:03 2026 -0700

    site.config rails: align with actual product aesthetics
    
    Old rails [type-ii,hospitality,healthcare,office,retail,wipe-clean] matched
    ZERO products → /api/sliders returned 0 rails → homepage rendered flat grid.
    New rails [textured,contemporary,beige,traditional,gray,brown] match actual
    data: textured 351, contemporary 56, beige 35, traditional 27, gray 8,
    brown 4. All 6 rails now fire. DTD verdict A (2/2).
---
 site.config.json | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/site.config.json b/site.config.json
index 5eff25a..c4fdca2 100644
--- a/site.config.json
+++ b/site.config.json
@@ -10,12 +10,12 @@
     "accent": "#7ea8d4"
   },
   "rails": [
-    "type-ii",
-    "hospitality",
-    "healthcare",
-    "office",
-    "retail",
-    "wipe-clean"
+    "textured",
+    "contemporary",
+    "beige",
+    "traditional",
+    "gray",
+    "brown"
   ],
   "port": 9849
 }

← 00ce39f wire api-vendor-redact middleware (close vendors-facet leak)  ·  back to Contractwallpaper  ·  Revert "site.config rails: align with actual product aesthet 30f6e7a →