← back to Wallpapercanada
fix site.config.json — correct slug/identity (was copy-pasted from hospitalitywallpaper)
515af1916e1af46d5d29e671fe833555c67abc3e · 2026-05-19 10:55:37 -0700 · Steve Abrams
Files touched
Diff
commit 515af1916e1af46d5d29e671fe833555c67abc3e
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue May 19 10:55:37 2026 -0700
fix site.config.json — correct slug/identity (was copy-pasted from hospitalitywallpaper)
---
site.config.json | 29 ++++++++++++++---------------
1 file changed, 14 insertions(+), 15 deletions(-)
diff --git a/site.config.json b/site.config.json
index 5042c6b..966bff8 100644
--- a/site.config.json
+++ b/site.config.json
@@ -1,21 +1,20 @@
{
- "slug": "hospitalitywallpaper",
- "siteName": "Hospitality Wallpaper",
- "domain": "hospitalitywallpaper.com",
- "nicheKeyword": "hospitality",
- "tagline": "Hotel- and restaurant-grade wallcoverings.",
- "heroHeadline": "HOSPITALITY WALLPAPER",
- "heroSub": "Hotel- and restaurant-grade wallcoverings.",
+ "slug": "wallpapercanada",
+ "siteName": "Wallpaper Canada",
+ "domain": "wallpapercanada.com",
+ "nicheKeyword": "canada",
+ "tagline": "Premium wallcoverings, shipped coast to coast.",
+ "heroHeadline": "WALLPAPER CANADA",
+ "heroSub": "Premium wallcoverings, shipped coast to coast.",
"theme": {
"accent": "#d4a847"
},
"rails": [
- "hotel",
- "restaurant",
- "lobby",
- "guestroom",
- "suite",
- "contract"
- ],
- "port": 9855
+ "architectural",
+ "commercial",
+ "textured",
+ "contemporary",
+ "vinyl",
+ "woven"
+ ]
}
← e1c084e stage2: wire microsite catalog + admin CRUD + grid/list view
·
back to Wallpapercanada
·
Phase 2: mobile-ready + tap-to-reveal 2ae6d3b →