[object Object]

← back to Designer Wallcoverings

5x sweep 1: suppress favicon 404 (inline empty favicon) in both viewers

c16dd0802f8576b8821fcec869ecc0095628ecdd · 2026-07-06 13:14:24 -0700 · Steve

Files touched

Diff

commit c16dd0802f8576b8821fcec869ecc0095628ecdd
Author: Steve <steve@designerwallcoverings.com>
Date:   Mon Jul 6 13:14:24 2026 -0700

    5x sweep 1: suppress favicon 404 (inline empty favicon) in both viewers
---
 scripts/wallquest-refresh/build-viewer-daisy-bennett.cjs | 1 +
 scripts/wallquest-refresh/localize-cr-viewer.cjs         | 1 +
 2 files changed, 2 insertions(+)

diff --git a/scripts/wallquest-refresh/build-viewer-daisy-bennett.cjs b/scripts/wallquest-refresh/build-viewer-daisy-bennett.cjs
index 30049444..2984a049 100644
--- a/scripts/wallquest-refresh/build-viewer-daisy-bennett.cjs
+++ b/scripts/wallquest-refresh/build-viewer-daisy-bennett.cjs
@@ -52,6 +52,7 @@ function dl(url, dest) {
   const enrichedN = data.filter(d => d.desc).length;
   const html = `<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1">
 <title>Daisy Bennett Natural Wallcoverings → Phillipe Romano — Textiles</title>
+<link rel="icon" href="data:,">
 <style>
 :root{--cols:4;--bg:#faf8f4;--ink:#1a1a1a;--mut:#8a8377;--line:#e7e2d8;--accent:#3d5a4c}
 *{box-sizing:border-box}body{margin:0;font:15px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;background:var(--bg);color:var(--ink)}
diff --git a/scripts/wallquest-refresh/localize-cr-viewer.cjs b/scripts/wallquest-refresh/localize-cr-viewer.cjs
index d3242a07..b31dc87c 100644
--- a/scripts/wallquest-refresh/localize-cr-viewer.cjs
+++ b/scripts/wallquest-refresh/localize-cr-viewer.cjs
@@ -38,6 +38,7 @@ function dl(url, dest) { return new Promise((res) => { const rq=(u,n=0)=>{ if(n>
   const enrichedN = data.filter(d=>d.desc).length;
   const html = `<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1">
 <title>Carl Robinson E20 → Phillipe Romano — Textiles</title>
+<link rel="icon" href="data:,">
 <style>
 :root{--cols:4;--bg:#faf8f4;--ink:#1a1a1a;--mut:#8a8377;--line:#e7e2d8;--accent:#3d5a4c}
 *{box-sizing:border-box}body{margin:0;font:15px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;background:var(--bg);color:var(--ink)}

← 3b2621b4 Daisy Bennett Vol 2 live-store fixes: strip related-carousel  ·  back to Designer Wallcoverings  ·  5x: report — favicon 404 fixed (M3 clean x2); B6/click-throu 874d744e →