]> Untitled Git - bitcoindevkit.org/commitdiff
nostr: fix .well-known/nostr.json location
authorSteve Myers <steve@notmandatory.org>
Wed, 6 Mar 2024 00:26:50 +0000 (18:26 -0600)
committerSteve Myers <steve@notmandatory.org>
Wed, 6 Mar 2024 00:26:50 +0000 (18:26 -0600)
.well-known/nostr.json [deleted file]
static/.well-known/nostr.json [new file with mode: 0644]

diff --git a/.well-known/nostr.json b/.well-known/nostr.json
deleted file mode 100644 (file)
index c4d27c8..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-{
-  "names": {
-    "_": "8b6d16db3516cac6db98df93a633ccb8116cb1088a25c2d86a70b9b17a63259a"
-  }
-}
\ No newline at end of file
diff --git a/static/.well-known/nostr.json b/static/.well-known/nostr.json
new file mode 100644 (file)
index 0000000..c4d27c8
--- /dev/null
@@ -0,0 +1,5 @@
+{
+  "names": {
+    "_": "8b6d16db3516cac6db98df93a633ccb8116cb1088a25c2d86a70b9b17a63259a"
+  }
+}
\ No newline at end of file