From 26c88b415b7c2af5a32a3c991a980629674782ab Mon Sep 17 00:00:00 2001 From: David Snelling Date: Wed, 16 Jul 2025 11:40:03 -0700 Subject: [PATCH] **chore(domain): update CNAME to point to demo.soulcraft.com** - Changed the CNAME file to use `demo.soulcraft.com` instead of `code.soulcraft.com`. - This update reflects a shift to use the "demo" subdomain for project hosting or related activities. This change ensures proper domain configuration for the intended environment. --- CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CNAME b/CNAME index 94270bba..5148bf3c 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -code.soulcraft.com +demo.soulcraft.com