From 8dc01b67abb90859af627f5ca842a97920afc91c Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Tue, 28 Apr 2026 10:02:57 -0400 Subject: [PATCH] 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 --- config.toml | 2 +- static/CNAME | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 static/CNAME diff --git a/config.toml b/config.toml index 3c01ae8..e749eb9 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -base_url = "https://bootc-dev.github.io" +base_url = "https://bootc.dev" #base_url = "http://localhost" theme = "juice" title = "bootc" diff --git a/static/CNAME b/static/CNAME new file mode 100644 index 0000000..26e5a53 --- /dev/null +++ b/static/CNAME @@ -0,0 +1 @@ +bootc.dev