Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
6d545fd908
commit
77d1caa1ff
2 changed files with 11 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
]
|
||||
},
|
||||
"imports": {
|
||||
"lume/": "https://deno.land/x/lume@v1.15.2/",
|
||||
"lume/": "https://deno.land/x/lume@v1.15.3/",
|
||||
"experimental/": "https://raw.githubusercontent.com/lumeland/experimental-plugins/main/",
|
||||
"std/": "https://deno.land/std/"
|
||||
},
|
||||
|
|
10
src/static/.well-known/nostr.json
Normal file
10
src/static/.well-known/nostr.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"names": {
|
||||
"sam": "19279f92ae69bfa6df89438eeea81dae0f96af5dc4da225d7e081fc8f44d017a"
|
||||
},
|
||||
"relays": {
|
||||
"19279f92ae69bfa6df89438eeea81dae0f96af5dc4da225d7e081fc8f44d017a": [
|
||||
"wss://relay.mostr.pub"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue