← back to Metallicwallpaper
brand: replace remaining fake brand globally → 'metallicwallpaper' across head/meta/wordmark/footer — enforces MEMORY brand-stem rule
74490173e908dd50dedd2151a693e1dc0545013b · 2026-05-13 07:15:16 -0700 · Steve
Files touched
A ecosystem.config.cjsM public/index.html
Diff
commit 74490173e908dd50dedd2151a693e1dc0545013b
Author: Steve <steve@designerwallcoverings.com>
Date: Wed May 13 07:15:16 2026 -0700
brand: replace remaining fake brand globally → 'metallicwallpaper' 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..d8d6d4b
--- /dev/null
+++ b/ecosystem.config.cjs
@@ -0,0 +1,20 @@
+module.exports = {
+ apps: [{
+ name: "metallicwallpaper",
+ script: "server.js",
+ cwd: __dirname,
+ env: {
+ PORT: "9847",
+ 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 e1b1c0e..20b374b 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>Atelier Foglia — An atelier devoted to metallic finishes.</title>
+<title>metallicwallpaper — An atelier devoted to metallic finishes.</title>
<meta name="description" content="Atelier Aurum is a curated atelier dedicated entirely to metallic finishes. We do one thing — and we do it carefully.">
<meta name="theme-color" content="#FAF9F6">
<link rel="canonical" href="https://metallicwallpaper.com/">
@@ -24,7 +24,7 @@
{
"@context": "https://schema.org",
"@type": "Organization",
- "name": "Atelier Foglia",
+ "name": "metallicwallpaper",
"url": "https://metallicwallpaper.com/",
"email": "info@metallicwallpaper.com"
}
@@ -346,7 +346,7 @@ textarea:focus-visible,
<footer>
<div class="footer-grid">
<div>
- <div class="footer-brand">Atelier Foglia</div>
+ <div class="footer-brand">metallicwallpaper</div>
<p class="footer-text">Atelier Aurum — 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>
← a7ec3dd fleet-grid refine: chip_uniform_aspect (metallicwallpaper)
·
back to Metallicwallpaper
·
header: remove duplicate <header> with dwmOpen-contact (was 131cdb7 →