Skip to content

Commit 591a30d

Browse files
derrickburnsclaude
andcommitted
fix: Configure GitHub Pages for custom domain
- Add CNAME file for generalized-kmeans-clustering.massivedatascience.com - Update _config.yml with correct url and empty baseurl for custom domain 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c158072 commit 591a30d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
generalized-kmeans-clustering.massivedatascience.com

docs/_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ defaults:
4646
values:
4747
layout: "default"
4848

49-
# GitHub Pages
50-
baseurl: "/generalized-kmeans-clustering"
51-
url: "https://derrickburns.github.io"
49+
# GitHub Pages with custom domain
50+
baseurl: ""
51+
url: "https://generalized-kmeans-clustering.massivedatascience.com"
5252

5353
# Plugins
5454
plugins:

0 commit comments

Comments
 (0)