[object Object]

← back to Restaurantwallpaper

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

189a9c70db1d91e074d6014c1b470663d2728c0f · 2026-05-13 07:15:17 -0700 · Steve

Files touched

Diff

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

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

diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs
new file mode 100644
index 0000000..96c8f70
--- /dev/null
+++ b/ecosystem.config.cjs
@@ -0,0 +1,20 @@
+module.exports = {
+  apps: [{
+    name: "restaurantwallpaper",
+    script: "server.js",
+    cwd: __dirname,
+    env: {
+      PORT: "9854",
+      NEXT_TELEMETRY_DISABLED: "1",
+      VITE_HOST: "0.0.0.0",
+      HOSTNAME: "0.0.0.0",
+      GUNICORN_BIND: "0.0.0.0:8000",
+      UVICORN_HOST: "0.0.0.0",
+      FLASK_RUN_HOST: "0.0.0.0",
+      BIND: "0.0.0.0",
+      HOST: "0.0.0.0",
+    },
+    autorestart: true,
+    max_memory_restart: "300M",
+  }],
+};
diff --git a/public/index.html b/public/index.html
index 013e7ba..432e0c8 100644
--- a/public/index.html
+++ b/public/index.html
@@ -14,7 +14,7 @@
 </script>
 
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
-<title>Heritage Table — hospitality, the British way.</title>
+<title>restaurantwallpaper — hospitality, the British way.</title>
 <meta name="description" content="Heritage Atelier is a curated atelier dedicated entirely to hospitality. We do one thing — and we do it carefully.">
 <meta name="theme-color" content="#FFF">
 <link rel="canonical" href="https://restaurantwallpaper.com/">
@@ -24,7 +24,7 @@
 {
   "@context": "https://schema.org",
   "@type": "Organization",
-  "name": "Heritage Table",
+  "name": "restaurantwallpaper",
   "url": "https://restaurantwallpaper.com/",
   "email": "info@restaurantwallpaper.com"
 }
@@ -346,7 +346,7 @@ textarea:focus-visible,
 <footer>
   <div class="footer-grid">
     <div>
-      <div class="footer-brand">Heritage Table</div>
+      <div class="footer-brand">restaurantwallpaper</div>
       <p class="footer-text">Heritage Atelier — 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>

← e5bb5fe hamburger nav: apply canonical pattern from sister-site flee  ·  back to Restaurantwallpaper  ·  header: remove duplicate <header> with dwmOpen-contact (was b31da41 →