From 5c30656cf5290020461de447cdb04a557f74aba6 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Mon, 30 Jun 2025 09:24:04 -0700 Subject: [PATCH] feat(demo/CNAME): add CNAME files for domain configuration - Added `demo/CNAME` with domain `demo.soulcraft.com` for the demo environment. - Added `CNAME` with domain `code.soulcraft.com` for the main codebase. These changes establish domain configurations for hosting and proper DNS resolution. --- demo/CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 demo/CNAME diff --git a/demo/CNAME b/demo/CNAME new file mode 100644 index 00000000..5148bf3c --- /dev/null +++ b/demo/CNAME @@ -0,0 +1 @@ +demo.soulcraft.com