[object Object]

← back to Museumwallpaper

brand: replace remaining fake brand globally → 'museumwallpaper' across head/meta/wordmark/footer — enforces MEMORY brand-stem rule

92fe8c64c9816b1eed24970d4da862bbe03e7d6d · 2026-05-13 07:15:17 -0700 · Steve

Files touched

Diff

commit 92fe8c64c9816b1eed24970d4da862bbe03e7d6d
Author: Steve <steve@designerwallcoverings.com>
Date:   Wed May 13 07:15:17 2026 -0700

    brand: replace remaining fake brand globally → 'museumwallpaper' across head/meta/wordmark/footer — enforces MEMORY brand-stem rule
---
 ecosystem.config.cjs | 20 ++++++++++++++++++++
 public/index.html    | 14 +++++++-------
 2 files changed, 27 insertions(+), 7 deletions(-)

diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs
new file mode 100644
index 0000000..d9d18bb
--- /dev/null
+++ b/ecosystem.config.cjs
@@ -0,0 +1,20 @@
+module.exports = {
+  apps: [{
+    name: "museumwallpaper",
+    script: "server.js",
+    cwd: __dirname,
+    env: {
+      HOST: "0.0.0.0",
+      BIND: "0.0.0.0",
+      FLASK_RUN_HOST: "0.0.0.0",
+      UVICORN_HOST: "0.0.0.0",
+      GUNICORN_BIND: "0.0.0.0:8000",
+      HOSTNAME: "0.0.0.0",
+      VITE_HOST: "0.0.0.0",
+      NEXT_TELEMETRY_DISABLED: "1",
+      PORT: "9899",
+    },
+    autorestart: true,
+    max_memory_restart: "300M",
+  }],
+};
diff --git a/public/index.html b/public/index.html
index c8469e0..5925ee6 100644
--- a/public/index.html
+++ b/public/index.html
@@ -14,8 +14,8 @@
 </script>
 
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
-<title>Studio Olsen — Whispered archive editions.</title>
-<meta name="description" content="Studio Olsen is a curated atelier dedicated entirely to archive editions. We do one thing — and we do it carefully.">
+<title>museumwallpaper — Whispered archive editions.</title>
+<meta name="description" content="museumwallpaper is a curated atelier dedicated entirely to archive editions. We do one thing — and we do it carefully.">
 <meta name="theme-color" content="#F8F6F1">
 <link rel="canonical" href="https://museumwallpaper.com/">
 <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;1,400&family=Inter:wght@300;400&display=swap" rel="stylesheet">
@@ -24,7 +24,7 @@
 {
   "@context": "https://schema.org",
   "@type": "Organization",
-  "name": "Studio Olsen",
+  "name": "museumwallpaper",
   "url": "https://museumwallpaper.com/",
   "email": "info@museumwallpaper.com"
 }
@@ -227,7 +227,7 @@ textarea:focus-visible,
 <header class="ns-header">
         <a href="/" class="ns-brand" aria-label="Home">
             <span class="ns-dot"></span>
-            <span class="ns-name">Studio Olsen</span>
+            <span class="ns-name">museumwallpaper</span>
         </a>
         <nav class="ns-nav" id="nsPrimaryNav" aria-label="Primary">
             <a href="/">Home</a>
@@ -346,8 +346,8 @@ textarea:focus-visible,
 <footer>
   <div class="footer-grid">
     <div>
-      <div class="footer-brand">Studio Olsen</div>
-      <p class="footer-text">Studio Olsen — real samples ship free.</p>
+      <div class="footer-brand">museumwallpaper</div>
+      <p class="footer-text">museumwallpaper — real samples ship free.</p>
       <p class="footer-text" style="margin-top:14px;font-size:11px;letter-spacing:0.18em;text-transform:uppercase;font-weight:600;color:var(--paper);opacity:0.7"><a href="/about" style="color:inherit;text-decoration:none;border-bottom:1px solid var(--accent)">About →</a></p>
     </div>
     <div class="footer-col">
@@ -367,7 +367,7 @@ textarea:focus-visible,
     </div>
   </div>
   <div class="footer-bottom">
-    <span>museumwallpaper.com · Studio Olsen</span>
+    <span>museumwallpaper.com · museumwallpaper</span>
     <span><a href="mailto:info@museumwallpaper.com" style="color:var(--paper);text-decoration:none;border-bottom:1px solid var(--accent);padding-bottom:1px">info@museumwallpaper.com</a></span>
     <span id="footerStat"></span>
   </div>

← 367cd55 fleet-grid refine: chip_uniform_aspect (museumwallpaper)  ·  back to Museumwallpaper  ·  header: remove duplicate <header> with dwmOpen-contact (was 5457e2d →