← back to Dw Yolo Loop
Fix broken Trade nav link: /pages/trade-program (404) → /pages/trade (real page)
bcd29249b8c6c9b4c60cf9a3d7a70225f00ee255 · 2026-06-12 12:47:02 -0700 · Steve Abrams
Files touched
M artmura-site/build-line.jsM artmura-site/public/product.htmlM artmura-site/site.config.js
Diff
commit bcd29249b8c6c9b4c60cf9a3d7a70225f00ee255
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Fri Jun 12 12:47:02 2026 -0700
Fix broken Trade nav link: /pages/trade-program (404) → /pages/trade (real page)
---
artmura-site/build-line.js | 2 +-
artmura-site/public/product.html | 2 +-
artmura-site/site.config.js | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/artmura-site/build-line.js b/artmura-site/build-line.js
index f7896c6..ab4fcc0 100644
--- a/artmura-site/build-line.js
+++ b/artmura-site/build-line.js
@@ -113,7 +113,7 @@ async function metafields(pid) {
nav: [
{ label: 'All Wallcoverings', href: 'https://www.designerwallcoverings.com/collections/all' },
{ label: 'The Collection', href: '#catalog' },
- { label: 'Trade', href: 'https://www.designerwallcoverings.com/pages/trade-program' },
+ { label: 'Trade', href: 'https://www.designerwallcoverings.com/pages/trade' },
{ label: 'Shop the Collection ↗', href: 'https://www.designerwallcoverings.com/collections/${slug}' },
],
// NOTE: create a Shopify smart collection (vendor=${VENDOR}, handle=${slug}) so /collections/${slug} resolves
diff --git a/artmura-site/public/product.html b/artmura-site/public/product.html
index 3c3a705..fa09be4 100644
--- a/artmura-site/public/product.html
+++ b/artmura-site/public/product.html
@@ -15,7 +15,7 @@
<nav class="corner ur">
<a href="/">The Collection</a>
<a href="https://www.designerwallcoverings.com/collections/all" target="_blank" rel="noopener">All Wallcoverings</a>
- <a href="https://www.designerwallcoverings.com/pages/trade-program" target="_blank" rel="noopener">Trade</a>
+ <a href="https://www.designerwallcoverings.com/pages/trade" target="_blank" rel="noopener">Trade</a>
</nav>
<main class="pdp" id="pdp"><div class="crumbs">Loading…</div></main>
diff --git a/artmura-site/site.config.js b/artmura-site/site.config.js
index 4439c45..294f44c 100644
--- a/artmura-site/site.config.js
+++ b/artmura-site/site.config.js
@@ -13,7 +13,7 @@ module.exports = {
nav: [
{ label: 'All Wallcoverings', href: 'https://www.designerwallcoverings.com/collections/all' },
{ label: 'The Collection', href: '#catalog' },
- { label: 'Trade', href: 'https://www.designerwallcoverings.com/pages/trade-program' },
+ { label: 'Trade', href: 'https://www.designerwallcoverings.com/pages/trade' },
{ label: 'Shop the Collection ↗', href: 'https://www.designerwallcoverings.com/collections/artmura' },
],
collectionUrl: 'https://www.designerwallcoverings.com/collections/artmura',
@@ -45,7 +45,7 @@ module.exports = {
nav: [
{ label: 'All Wallcoverings', href: 'https://www.designerwallcoverings.com/collections/all' },
{ label: 'The Collection', href: '#catalog' },
- { label: 'Trade', href: 'https://www.designerwallcoverings.com/pages/trade-program' },
+ { label: 'Trade', href: 'https://www.designerwallcoverings.com/pages/trade' },
{ label: 'Shop the Collection ↗', href: 'https://www.designerwallcoverings.com/collections/thibaut-wallcoverings' },
],
collectionUrl: 'https://www.designerwallcoverings.com/collections/thibaut-wallcoverings',
← eee1f4d Landing: all line labels config-driven (card label, books he
·
back to Dw Yolo Loop
·
Schumacher config block + collection created (/collections/s 66accf5 →