diff --git a/.changeset/rare-pears-notice.md b/.changeset/rare-pears-notice.md new file mode 100644 index 000000000..37b94e138 --- /dev/null +++ b/.changeset/rare-pears-notice.md @@ -0,0 +1,5 @@ +--- +"nostrudel": patch +--- + +Add noStrudel NIP-05 to domain diff --git a/.gitignore b/.gitignore index 2771441e7..da589535a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ dist node_modules stats.html +.nsite diff --git a/public/.well-known/nostr.json b/public/.well-known/nostr.json new file mode 100644 index 000000000..7ef8c98d9 --- /dev/null +++ b/public/.well-known/nostr.json @@ -0,0 +1,6 @@ +{ + "names": { + "_": "713978c3094081b34fcf2f5491733b0c22728cd3b7a6946519d40f5f08598af8", + "nostrudel": "713978c3094081b34fcf2f5491733b0c22728cd3b7a6946519d40f5f08598af8" + } +}