Skip to content

Commit

Permalink
Added NIP-05 identifier for Rockedf.
Browse files Browse the repository at this point in the history
Plus .replit config file.
  • Loading branch information
dadofsambonzuki committed Oct 4, 2024
1 parent c7982a8 commit ec97c53
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
modules = ["web", "nodejs-20"]
run = "npm run dev"

[nix]
channel = "stable-24_05"

[deployment]
run = ["sh", "-c", "npm run dev"]

[[ports]]
localPort = 5173
externalPort = 80
3 changes: 2 additions & 1 deletion src/routes/.well-known/nostr.json/+server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ export function GET() {
JSON.stringify({
names: {
_: '3eab247c63bb35dfa38e07ca102f6da28ba9b9d4687197743bde3a2b1d80aeed',
nathan: 'c4f5e7a75a8ce3683d529cff06368439c529e5243c6b125ba68789198856cac7'
nathan: 'c4f5e7a75a8ce3683d529cff06368439c529e5243c6b125ba68789198856cac7',
rockedf: '7e9a12f456e1666dd0c358ed3ce579e020286ee9b64d2c9bdb9a907e47017de6'
}
}),
{ headers: { 'Access-Control-Allow-Origin': '*' } }
Expand Down

0 comments on commit ec97c53

Please sign in to comment.