From 3707c1b89cc2fa56b615ce5bda5fedc046db983c Mon Sep 17 00:00:00 2001 From: highperfocused Date: Sun, 28 Dec 2025 00:30:05 +0100 Subject: [PATCH] Add nostr.json file with initial names configuration --- public/.well-known/nostr.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 public/.well-known/nostr.json diff --git a/public/.well-known/nostr.json b/public/.well-known/nostr.json new file mode 100644 index 0000000..806152c --- /dev/null +++ b/public/.well-known/nostr.json @@ -0,0 +1,5 @@ +{ + "names": { + "_": "ff4991fce51be02c98a9c7299f4fddd992f9e2ff13a1335cbcad5a31306dd257" + } +} \ No newline at end of file