From a681ab7cdd08d318111977cecd2ae7ef7262a3da 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. --- CNAME | 1 + demo/CNAME | 1 + 2 files changed, 2 insertions(+) create mode 100644 CNAME create mode 100644 demo/CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 00000000..94270bba --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +code.soulcraft.com 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