Skip to content

Commit 8dc01b6

Browse files
committed
fix: add CNAME file and update base_url for bootc.dev custom domain
The CNAME file was missing from the deployed gh-pages branch, causing GitHub Pages to disassociate the custom domain. Adding it to static/ ensures it persists across deploys. Also update base_url to match. Assisted-by: OpenCode (claude-opus-4-6) Signed-off-by: John Eckersberg <jeckersb@redhat.com>
1 parent 938aa6a commit 8dc01b6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
base_url = "https://bootc-dev.github.io"
1+
base_url = "https://bootc.dev"
22
#base_url = "http://localhost"
33
theme = "juice"
44
title = "bootc"

static/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bootc.dev

0 commit comments

Comments
 (0)