From f7d0670e5a235f74b506c3423b96146375659912 Mon Sep 17 00:00:00 2001 From: mroxso <24775431+mroxso@users.noreply.github.com> Date: Sun, 6 Sep 2026 11:32:47 +0200 Subject: [PATCH] Add CNAME and restore NIP-05 nostr.json for GitHub Pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Pages custom domain (layer.systems) is only stored in repo settings; a CNAME file in the build output makes it survive Pages reconfiguration. Restore public/.well-known/nostr.json, which this branch had dropped — removing it would break the existing NIP-05 identifiers on layer.systems. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_014YtQoCzkP7Bo8nruhxojPi --- public/.well-known/nostr.json | 6 ++++++ public/CNAME | 1 + 2 files changed, 7 insertions(+) create mode 100644 public/.well-known/nostr.json create mode 100644 public/CNAME diff --git a/public/.well-known/nostr.json b/public/.well-known/nostr.json new file mode 100644 index 0000000..b89bc71 --- /dev/null +++ b/public/.well-known/nostr.json @@ -0,0 +1,6 @@ +{ + "names": { + "_": "ff4991fce51be02c98a9c7299f4fddd992f9e2ff13a1335cbcad5a31306dd257", + "highperfocused": "480ec1a7516406090dc042ddf67780ef30f26f3a864e83b417c053a5a611c838" + } +} \ No newline at end of file diff --git a/public/CNAME b/public/CNAME new file mode 100644 index 0000000..5a9a2b4 --- /dev/null +++ b/public/CNAME @@ -0,0 +1 @@ +layer.systems