From ac6b76b2fb4c481eac5ba6a99d71429ee9673feb Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 11:18:14 +1100 Subject: [PATCH] Fix GitHub Pages CNAME: move from repo root to website/public/ (#849) * Initial plan * Move CNAME from repo root to website/public/ Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> --- CNAME => website/public/CNAME | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename CNAME => website/public/CNAME (100%) diff --git a/CNAME b/website/public/CNAME similarity index 100% rename from CNAME rename to website/public/CNAME