From f53a0538377dc74c3acc3d5dd03b741acaeb6365 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 12 Jun 2026 21:05:17 +0000 Subject: [PATCH] Add CNAME file for GitHub Pages custom domain openkline.tech GitHub Pages requires a CNAME file in the publishing source to claim and serve a custom domain. Without it the domain health check reports NotServedByPagesError. --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..9a519ad --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +openkline.tech