diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 17916c7c..61f71055 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -45,6 +45,7 @@ jobs:
# miscellaneous files needed for GitHub etc
run: |
touch site/.nojekyll
+ cp CNAME site/CNAME
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.1
diff --git a/CNAME b/CNAME
new file mode 100644
index 00000000..798af114
--- /dev/null
+++ b/CNAME
@@ -0,0 +1 @@
+switch.hacks.guide
\ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index 10e31264..14322770 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -2,7 +2,7 @@ site_name: NH Switch Guide
copyright: Copyright © 2024 Nintendo Homebrew, Maintained by the NH Discord Server.
site_description: Switch CFW Guide.
site_author: NH Discord Server.
-site_url: https://nh-server.github.io/switch-guide/
+site_url: https://switch.hacks.guide
repo_url: https://github.com/nh-server/switch-guide
repo_name: NH Switch Guide