From 9c4c3dff269f96e9e5b8266b33f9ee1d16e8a68c Mon Sep 17 00:00:00 2001 From: scgopi Date: Sat, 12 Sep 2026 15:57:55 -0700 Subject: [PATCH] Serve sitemap and og:url over https GitHub Pages derives site.url from the CNAME, and because TLS terminates at Cloudflare rather than at Pages it comes out as http://graphcode.app. sitemap.xml and og:url inherited that scheme, so every URL a crawler read cost it a 301. An explicit url wins over the derived one. Co-Authored-By: Claude Opus 5 (1M context) --- docs/_config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_config.yml b/docs/_config.yml index 0158aa24..4ba8be91 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,6 +1,7 @@ theme: jekyll-theme-cayman title: GraphCode description: Graphs of live, steerable Claude Code sessions on macOS +url: https://graphcode.app # Both are inert until filled in — the analytics beacon and the subscribe form each # render only when their value is present, so an empty value ships nothing at all.