diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml
index c203dafe316a18637c869d6b40ecb7ee8a9cf1f2..38de42522cdcd69a98ccbeeaba9f9c8b0b538c5b 100644
--- a/.github/workflows/github-pages.yml
+++ b/.github/workflows/github-pages.yml
@@ -63,4 +63,4 @@ jobs:
   #   needs: deploy
   #   steps:
   #     - name: ping Google about sitemap
-  #       run: curl "https://www.google.com/ping?sitemap=https://docs.distantmagic.com/sitemap.xml"
+  #       run: curl "https://www.google.com/ping?sitemap=https://resonance.distantmagic.com/sitemap.xml"
diff --git a/config.ini.example b/config.ini.example
index 744c26daede08c20e90dc50ac017332d31a0da6d..63e07177f3196141232d2bb09b6e4c4923801a6b 100644
--- a/config.ini.example
+++ b/config.ini.example
@@ -36,7 +36,7 @@ cookie_name = dmsession
 redis_connection_pool = default
 
 [static]
-base_url = https://docs.distantmagic.com
+base_url = https://resonance.distantmagic.com
 esbuild_metafile = esbuild-meta-docs.json
 input_directory = docs
 output_directory = docs/build
diff --git a/docs/CNAME b/docs/CNAME
index 7a2b3f3509c49441e77f6c5f70eac3956489a156..9768534b0b925fb1ba43a90a64d32d59eba0a4f8 100644
--- a/docs/CNAME
+++ b/docs/CNAME
@@ -1 +1 @@
-docs.distantmagic.com
+resonance.distantmagic.com
diff --git a/docs/pages/docs/features/configuration/index.md b/docs/pages/docs/features/configuration/index.md
index b9088af9e1fa2d031038df9f53acf625450922f5..889545f987ea8a0d2bab6f4dc59b003f9ca1b26a 100644
--- a/docs/pages/docs/features/configuration/index.md
+++ b/docs/pages/docs/features/configuration/index.md
@@ -94,7 +94,7 @@ default[pool_prefill] = true
 default[pool_size] = 8
 
 [static]
-base_url = https://docs.distantmagic.com
+base_url = https://resonance.distantmagic.com
 esbuild_metafile = esbuild-meta-docs.json
 input_directory = docs
 output_directory = docs/build